mirror of https://github.com/cowrie/cowrie.git
Updated to correct PIDFile path for cowrie.service (#395)
* Updated service template to use the virtual-env and proper PID file location * Fixed PIDFile path in cowrie.service template * Revert "Fixed PIDFile path in cowrie.service template" This reverts commit022afb7134
. * Revert "Revert "Fixed PIDFile path in cowrie.service template"" This reverts commit5b01372176
. Revert changes * Fixed PIDFile path in cowrie.service template * Updated to correct PIDFile path for cowrie.service
This commit is contained in:
parent
439ef8499f
commit
0254a78d53
|
@ -9,7 +9,7 @@ Wants=mysql.service
|
|||
Type=forking
|
||||
User=cowrie
|
||||
Group=cowrie
|
||||
PIDFile=/var/run/cowrie.pid
|
||||
PIDFile=/home/cowrie/cowrie/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