From e1860e5b4689985b30ef53fc74483f626b4112b6 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 27 Jun 2016 14:52:09 -0700 Subject: [PATCH] Remove tools/provision/zulip-dev.conf. This was originally supervisord configuration for the Zulip development environment; it never really worked how we wanted it to. --- tools/provision/zulip-dev.conf | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tools/provision/zulip-dev.conf diff --git a/tools/provision/zulip-dev.conf b/tools/provision/zulip-dev.conf deleted file mode 100644 index 778a7f6f35..0000000000 --- a/tools/provision/zulip-dev.conf +++ /dev/null @@ -1,8 +0,0 @@ -; on Debian squeeze, place me in /etc/supervisor/conf.d/zulip.conf - -[program:zulip-dev] -; The VM is behind NAT (right, right?); we listen on all interfaces so port mapping works correctly in Vagrant -command=bash -c "source /srv/zulip-venv/bin/activate && exec /srv/zulip/tools/run-dev.py --interface=''" -user=vagrant -redirect_stderr=true -directory=/srv/zulip/