mirror of https://github.com/cowrie/cowrie.git
Removed DAEMONIZE steps. (#1983)
On Debian, using Supervisord, adding -n to the start command is the correct step. The bin/cowrie script is no longer meant to be edited and DAEMONIZE no longer works if you edit it.
This commit is contained in:
parent
c9507f782c
commit
fad907ae9e
10
INSTALL.rst
10
INSTALL.rst
|
@ -198,20 +198,12 @@ Running using Supervisord (OPTIONAL)
|
|||
On Debian, put the below in /etc/supervisor/conf.d/cowrie.conf::
|
||||
|
||||
[program:cowrie]
|
||||
command=/home/cowrie/cowrie/bin/cowrie start
|
||||
command=/home/cowrie/cowrie/bin/cowrie start -n
|
||||
directory=/home/cowrie/cowrie/
|
||||
user=cowrie
|
||||
autorestart=true
|
||||
redirect_stderr=true
|
||||
|
||||
Update the bin/cowrie script, change::
|
||||
|
||||
DAEMONIZE=""
|
||||
|
||||
to::
|
||||
|
||||
DAEMONIZE="-n"
|
||||
|
||||
Configure Additional Output Plugins (OPTIONAL)
|
||||
**********************************************
|
||||
|
||||
|
|
Loading…
Reference in New Issue