diff --git a/supervisor-anki-server.conf b/supervisor-anki-server.conf index 9e55707..f4f3b0d 100644 --- a/supervisor-anki-server.conf +++ b/supervisor-anki-server.conf @@ -1,7 +1,8 @@ [program:anki-server] -command=/usr/local/bin/paster serve %(here)s/production.ini +command=/usr/local/bin/paster serve production.ini +directory=/var/anki-server +user=www-data autostart=true autorestart=true -user=www-data redirect_stderr=true