mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
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:
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::
|
On Debian, put the below in /etc/supervisor/conf.d/cowrie.conf::
|
||||||
|
|
||||||
[program:cowrie]
|
[program:cowrie]
|
||||||
command=/home/cowrie/cowrie/bin/cowrie start
|
command=/home/cowrie/cowrie/bin/cowrie start -n
|
||||||
directory=/home/cowrie/cowrie/
|
directory=/home/cowrie/cowrie/
|
||||||
user=cowrie
|
user=cowrie
|
||||||
autorestart=true
|
autorestart=true
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
|
|
||||||
Update the bin/cowrie script, change::
|
|
||||||
|
|
||||||
DAEMONIZE=""
|
|
||||||
|
|
||||||
to::
|
|
||||||
|
|
||||||
DAEMONIZE="-n"
|
|
||||||
|
|
||||||
Configure Additional Output Plugins (OPTIONAL)
|
Configure Additional Output Plugins (OPTIONAL)
|
||||||
**********************************************
|
**********************************************
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user