mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
21 lines
430 B
Desktop File
Executable File
21 lines
430 B
Desktop File
Executable File
[Unit]
|
|
Description = LSCPD Daemon
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart = /usr/local/lscp/bin/lscpdctrl start
|
|
ExecStop = /usr/local/lscp/bin/lscpdctrl stop
|
|
#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
|
|
|
|
[Install]
|
|
WantedBy=default.target
|