You've already forked VLMCSD
Inital Commit
This commit is contained in:
21
root/lib/systemd/system/vlmcsd.service
Normal file
21
root/lib/systemd/system/vlmcsd.service
Normal file
@@ -0,0 +1,21 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user