From 9deb84c6a627161a9f925c2797df4f66c3fce652 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Wed, 17 Jul 2013 16:07:15 +0100 Subject: [PATCH] Got the supervisor conf actually working and tested. --- supervisor-anki-server.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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