From 81ef8a135d0990c5f55af2ee2c9287b30c63dbce Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 5 May 2014 23:13:06 +0530 Subject: [PATCH] fix supervisord warning message --- assets/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/init b/assets/init index 77126652..4ccc0a1b 100755 --- a/assets/init +++ b/assets/init @@ -131,7 +131,7 @@ echo "root:$ROOT_PASSWORD" | chpasswd echo User: root Password: $ROOT_PASSWORD # start supervisord -/usr/bin/supervisord +/usr/bin/supervisord -c /etc/supervisor/supervisord.conf supervisorctl start sshd # copy configuration templates