diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-11-06 10:54:02 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-11-06 10:54:02 -0600 |
commit | 60e60dc9bbf0e3a18d897861367d9289ae8006d6 (patch) | |
tree | f9cdab78a443116745118b77740cbaad7a434297 /sh | |
parent | 008c9d0036e348242e323c0b5a66f3724b4a839d (diff) |
supervise-daemon.sh: drop invalid --signal switch
This fixes #230.
Diffstat (limited to 'sh')
-rw-r--r-- | sh/supervise-daemon.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh index 73a70140..5d803d7c 100644 --- a/sh/supervise-daemon.sh +++ b/sh/supervise-daemon.sh @@ -59,7 +59,6 @@ supervise_stop() ebegin "Stopping ${name:-$RC_SVCNAME}" supervise-daemon "${RC_SVCNAME}" --stop \ ${pidfile:+--pidfile} $chroot$pidfile \ - ${stopsig:+--signal} $stopsig eend $? "Failed to stop ${name:-$RC_SVCNAME}" } |