From 86737d3398295e0043ce3540de1b9ecb1039aa11 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 27 Aug 2013 11:10:27 -0400 Subject: [PATCH] zephyr_mirror: Use the new reasonable --log-path option. (imported from commit 2208e4c47cf49e3005cc3b93314b8c2a0ffc23c6) --- bots/zmirror_private.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zmirror_private.conf.template b/bots/zmirror_private.conf.template index f185e2a..2adcf2b 100644 --- a/bots/zmirror_private.conf.template +++ b/bots/zmirror_private.conf.template @@ -1,5 +1,5 @@ [program:zmirror-USERNAME] -command=python /home/humbug/humbug/bots/zephyr_mirror_backend.py --root-path=/home/humbug/humbug/bots --user=USERNAME --use-sessions --session-path=/home/humbug/zephyr_sessions/%(program_name)s --api-key-file=/home/humbug/api-keys/%(program_name)s --ignore-expired-tickets --nagios-path=/home/humbug/mirror_status/%(program_name)s --nagios-class=zulip-mirror-nagios +command=python /home/humbug/humbug/bots/zephyr_mirror_backend.py --root-path=/home/humbug/humbug/bots --user=USERNAME --log-path=/home/humbug/logs/mirror-log-%(program_name)s --use-sessions --session-path=/home/humbug/zephyr_sessions/%(program_name)s --api-key-file=/home/humbug/api-keys/%(program_name)s --ignore-expired-tickets --nagios-path=/home/humbug/mirror_status/%(program_name)s --nagios-class=zulip-mirror-nagios priority=200 ; the relative start priority (default 999) autostart=true ; start at supervisord start (default: true) autorestart=true ; whether/when to restart (default: unexpected)