Added nodaemon option to supervisor command

This commit is contained in:
Alexander Trost
2015-11-07 11:49:41 +01:00
parent a7a7c99b77
commit 24744507d1

View File

@@ -500,7 +500,7 @@ appRun() {
echo "=== Begin Run Phase ==="
echo "Starting Zulip using supervisor with \"/etc/supervisor/supervisord.conf\" ..."
echo ""
exec supervisord -c "/etc/supervisor/supervisord.conf"
exec supervisord -n -c "/etc/supervisor/supervisord.conf"
}
appManagePy() {
COMMAND="$1"