Add files via upload
This commit is contained in:
parent
98fa7a8db0
commit
9eb3d26066
16
cns/cns.service
Normal file
16
cns/cns.service
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=cns
|
||||||
|
Documentation=https://github.com/mmmdbybyd/CNS/
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
PIDFile=[cns_install_dir]/run.pid
|
||||||
|
ExecStart=[cns_install_dir]/cns.init systemdStart
|
||||||
|
ExecReload=[cns_install_dir]/cns.init systemdRestart
|
||||||
|
ExecStop=[cns_install_dir]/cns.init stop
|
||||||
|
PrivateTmp=true
|
||||||
|
KillMode=control-group
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user