mirror of https://github.com/cowrie/cowrie.git
Fixed PIDFile path in cowrie.service template
This commit is contained in:
parent
9acfa6da7b
commit
022afb7134
|
@ -9,7 +9,7 @@ Wants=mysql.service
|
|||
Type=forking
|
||||
User=cowrie
|
||||
Group=cowrie
|
||||
PIDFile=var/run/cowrie.pid
|
||||
PIDFile=/var/run/cowrie.pid
|
||||
ExecStart=/home/cowrie/cowrie/start.sh cowrie-env
|
||||
ExecStop=/home/cowrie/cowrie/stop.sh
|
||||
ExecReload=/home/cowrie/cowrie/stop.sh && sleep 10 && /home/cowrie/cowrie/start.sh cowrie-env
|
||||
|
|
Loading…
Reference in New Issue