Skip to content

Commit

Permalink
Fixed --signal typo
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #3773
  • Loading branch information
yuina822 authored and behlendorf committed Sep 22, 2015
1 parent e2ede47 commit 4a4809f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/init.d/zfs-functions.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a4809f

Please sign in to comment.