]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Add extra_started_commands because reload function is not default
authoryuina822 <ayuichi@club.kyutech.ac.jp>
Mon, 14 Sep 2015 06:07:16 +0000 (15:07 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Sep 2015 23:03:50 +0000 (16:03 -0700)
Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #3773

etc/init.d/zfs-zed.in

index 0f900b2bea7546bd6dea8a52c1e397d742474067..86e31855ed8a656d82a13514293307fc0a4990c6 100755 (executable)
@@ -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