Added an example supervisord config file.

This commit is contained in:
David Snopek 2013-07-16 20:03:48 +01:00
parent 1349178157
commit 50bcba34a0

View File

@ -0,0 +1,7 @@
[program:anki-server]
command=/usr/local/bin/paster serve %(here)s/production.ini
autostart=true
autorestart=true
user=www-data
redirect_stderr=true