12 lines
163 B
SYSTEMD
12 lines
163 B
SYSTEMD
|
[Unit]
|
||
|
Description=p11-kit client
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=true
|
||
|
RuntimeDirectory=p11-kit
|
||
|
ExecStart=/usr/bin/true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|