diff options
Diffstat (limited to 'etc/init.d/zfs-zed.in')
-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 |