mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-06 06:53:14 +00:00
Added nodaemon option to supervisor command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user