From 4f9fe3c75ea62d1d975bd784371cd3eee5301225 Mon Sep 17 00:00:00 2001 From: Gabriel Gaster Date: Thu, 6 Feb 2014 15:00:27 -0600 Subject: [PATCH] change default location for DAEMON pip puts supervisord at /usr/local/bin/supervisord by default. --- ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu b/ubuntu index b8b0627..8c1f21c 100644 --- a/ubuntu +++ b/ubuntu @@ -27,7 +27,7 @@ . /lib/lsb/init-functions PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/bin/supervisord +DAEMON=/usr/local/bin/supervisord NAME=supervisord DESC=supervisor