From 60e60dc9bbf0e3a18d897861367d9289ae8006d6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 6 Nov 2018 10:54:02 -0600 Subject: supervise-daemon.sh: drop invalid --signal switch This fixes #230. --- sh/supervise-daemon.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'sh') 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}" } -- cgit v1.2.3