mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 22:13:31 +00:00
Added nodaemon option to supervisor command
This commit is contained in:
@@ -500,7 +500,7 @@ appRun() {
|
|||||||
echo "=== Begin Run Phase ==="
|
echo "=== Begin Run Phase ==="
|
||||||
echo "Starting Zulip using supervisor with \"/etc/supervisor/supervisord.conf\" ..."
|
echo "Starting Zulip using supervisor with \"/etc/supervisor/supervisord.conf\" ..."
|
||||||
echo ""
|
echo ""
|
||||||
exec supervisord -c "/etc/supervisor/supervisord.conf"
|
exec supervisord -n -c "/etc/supervisor/supervisord.conf"
|
||||||
}
|
}
|
||||||
appManagePy() {
|
appManagePy() {
|
||||||
COMMAND="$1"
|
COMMAND="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user