mirror of https://github.com/cowrie/cowrie.git
add supervisor to doc files
This commit is contained in:
parent
1355d2bddb
commit
ec35453dab
|
@ -0,0 +1,3 @@
|
|||
# Automatically starting Cowrie with supervisord
|
||||
|
||||
* Copy the file `cowrie.conf` to `/etc/supervisor/conf/`
|
|
@ -0,0 +1,6 @@
|
|||
[program:cowrie]
|
||||
command=/home/cowrie/cowrie/bin/cowrie start
|
||||
directory=/home/cowrie/cowrie/
|
||||
user=cowrie
|
||||
autorestart=true
|
||||
redirect_stderr=true
|
Loading…
Reference in New Issue