diff --git a/src/wa_kat/templates/conf/supervisord.conf b/src/wa_kat/templates/conf/supervisord.conf index bee47dc..e8aab36 100644 --- a/src/wa_kat/templates/conf/supervisord.conf +++ b/src/wa_kat/templates/conf/supervisord.conf @@ -32,9 +32,3 @@ command=wa_kat_server.py autostart=true user=root redirect_stderr=true - -[program:runzeo] -command=sh -c 'runzeo -C `python -c "from wa_kat.settings import *; print ZEO_SERVER_PATH"`' -autostart=true -user=root -redirect_stderr=true diff --git a/src/wa_kat/templates/conf/wa_kat.json b/src/wa_kat/templates/conf/wa_kat.json index ac70774..7a73a41 100644 --- a/src/wa_kat/templates/conf/wa_kat.json +++ b/src/wa_kat/templates/conf/wa_kat.json @@ -1,3 +1,2 @@ { - "ZEO_CLIENT_PATH": "/etc/webarchive/zeo/zeo_client.conf" } \ No newline at end of file