Fixed --signal typo

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #3773
This commit is contained in:
yuina822 2015-09-14 15:11:12 +09:00 committed by Ned Bass
parent b9889021d4
commit e75e501265
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ zfs_daemon_reload()
if type start-stop-daemon > /dev/null 2>&1 ; then
# LSB functions
start-stop-daemon --stop -signal 1 --quiet \
start-stop-daemon --stop --signal 1 --quiet \
--pidfile "$PIDFILE" --name "$DAEMON_NAME"
return $?
elif type killproc > /dev/null 2>&1 ; then