diff options
Diffstat (limited to 'main/uwsgi/uwsgi.initd')
-rw-r--r-- | main/uwsgi/uwsgi.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/uwsgi/uwsgi.initd b/main/uwsgi/uwsgi.initd index 95821babcac..9e76358fd41 100644 --- a/main/uwsgi/uwsgi.initd +++ b/main/uwsgi/uwsgi.initd @@ -6,6 +6,7 @@ # variable uwsgi_opts or config file specified by variable uwsgi_conf. : ${pidfile:="/run/$RC_SVCNAME/uwsgi.pid"} +: ${retry:="INT/30/KILL/5"} : ${wait:=200} # milliseconds extra_started_commands='reload stats' @@ -16,7 +17,6 @@ command='/usr/sbin/uwsgi' command_args="--die-on-term ${uwsgi_opts:-}" command_background='yes' start_stop_daemon_args="--quiet --wait $wait" -retry='INT/30/KILL/5' if [ "$RC_SVCNAME" = 'uwsgi' ]; then : ${name:="uWSGI emperor"} |