add supervisor to doc files

This commit is contained in:
Michel Oosterhof 2017-09-09 08:04:50 +00:00
parent 1355d2bddb
commit ec35453dab
2 changed files with 9 additions and 0 deletions

3
doc/supervisor/README.md Normal file
View File

@ -0,0 +1,3 @@
# Automatically starting Cowrie with supervisord
* Copy the file `cowrie.conf` to `/etc/supervisor/conf/`

View File

@ -0,0 +1,6 @@
[program:cowrie]
command=/home/cowrie/cowrie/bin/cowrie start
directory=/home/cowrie/cowrie/
user=cowrie
autorestart=true
redirect_stderr=true