Skip to content

Commit

Permalink
Add extra_started_commands because reload function is not default
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 openzfs#3773
  • Loading branch information
yuina822 authored and behlendorf committed Sep 22, 2015
1 parent 56b3986 commit e2ede47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/init.d/zfs-zed.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
ZED_NAME="zed"
ZED_PIDFILE="@runstatedir@/$ZED_NAME.pid"

extra_started_commands="reload"

# Exit if the package is not installed
[ -x "$ZED" ] || exit 0

Expand Down

0 comments on commit e2ede47

Please sign in to comment.