You've already forked VLMCSD
22 lines
457 B
Desktop File
22 lines
457 B
Desktop File
[Unit]
|
|
Description=Key Management Service
|
|
ConditionFileNotEmpty=/etc/vlmcsd.ini
|
|
After=network.target network-online.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/vlmcsd -i '/etc/vlmcsd.ini' -D
|
|
User=vlmcsd
|
|
Group=vlmcsd
|
|
PrivateDevices=true
|
|
PrivateTmp=true
|
|
ProtectSystem=strict
|
|
ReadWriteDirectories=/var/log/vlmcsd
|
|
RuntimeDirectory=vlmcsd
|
|
RuntimeDirectoryMode=755
|
|
WorkingDirectory=/var/run/vlmcsd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|