mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
32eb021434
commit
e1860e5b46
|
@ -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/
|
|
Loading…
Reference in New Issue