2017-10-24 19:16:36 +05:00
|
|
|
[Unit]
|
|
|
|
|
Description = LSCPD Daemon
|
2018-11-14 13:36:34 +05:00
|
|
|
After=network.target remote-fs.target nss-lookup.target
|
2017-10-24 19:16:36 +05:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=forking
|
|
|
|
|
ExecStart = /usr/local/lscp/bin/lscpdctrl start
|
|
|
|
|
ExecStop = /usr/local/lscp/bin/lscpdctrl stop
|
2018-11-14 13:36:34 +05:00
|
|
|
#ExecReload= /usr/local/lscp/bin/lscpdctrl restart
|
|
|
|
|
|
|
|
|
|
KillMode=none
|
|
|
|
|
PrivateTmp=false
|
|
|
|
|
|
|
|
|
|
# do not want to be limited in anyway
|
|
|
|
|
CPUAccounting=false
|
|
|
|
|
TasksAccounting=false
|
|
|
|
|
MemoryAccounting=false
|
2017-10-24 19:16:36 +05:00
|
|
|
|
|
|
|
|
[Install]
|
2018-11-14 13:36:34 +05:00
|
|
|
WantedBy=default.target
|