Added an example supervisord config file.
This commit is contained in:
parent
1349178157
commit
50bcba34a0
7
supervisor-anki-server.conf
Normal file
7
supervisor-anki-server.conf
Normal 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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user