From 6edf516a1fe0ad4f4e8738f9fdd1bf0bc7718361 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 30 May 2018 11:11:10 -0500 Subject: sh/supervise-daemon.sh: use start_stop_daemon_args if supervise_daemon_args is undefined --- sh/supervise-daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh index b600b9c6..80e0260c 100644 --- a/sh/supervise-daemon.sh +++ b/sh/supervise-daemon.sh @@ -34,7 +34,7 @@ supervise_start() ${respawn_period:+--respawn-period} $respawn_period \ ${command_user+--user} $command_user \ ${umask+--umask} $umask \ - $supervise_daemon_args \ + ${supervise_daemon_args:-${start_stop_daemon_args}} \ $command \ -- $command_args $command_args_foreground rc=$? -- cgit v1.2.3