Skip to content

Commit

Permalink
Added nodaemon option to supervisor command
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt committed Nov 7, 2015
1 parent a7a7c99 commit 2474450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2474450

Please sign in to comment.