diff options
author | yuina822 <[email protected]> | 2015-09-14 15:07:16 +0900 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-09-22 16:03:50 -0700 |
commit | e2ede4721bc224052f30fcff7a244276b5e01c6f (patch) | |
tree | 9685137cad9e669724623f5ca03134473b7656a6 /etc | |
parent | 56b3986316365d997cb381d3295b99612e18ab6e (diff) |
Add extra_started_commands because reload function is not default
Signed-off-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #3773
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/zfs-zed.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.d/zfs-zed.in b/etc/init.d/zfs-zed.in index 0f900b2be..86e31855e 100755 --- a/etc/init.d/zfs-zed.in +++ b/etc/init.d/zfs-zed.in @@ -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 |