Change supervisor conf file path

Supervisor conf file path is used as /etc/supervisord.conf and it should
be /etc/supervisor/supervisord.conf

Change-Id: I756124ee9c6ffac9c477e645b92fba08a7099940
Closes-bug: 1441293
This commit is contained in:
Telles Nobrega 2015-04-07 15:16:56 -03:00
parent 69e110c6fa
commit da9ef38bc8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ echo "Installing Supervisor Deamon"
install-packages supervisor
update-rc.d supervisor defaults
chmod 600 /etc/supervisord.conf
chmod 600 /etc/supervisor/supervisord.conf
mkdir -p /var/log/storm
chown -R storm:storm /var/log/storm