summaryrefslogtreecommitdiffstats
path: root/etc/init.d/zfs-share.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/init.d/zfs-share.in')
-rwxr-xr-xetc/init.d/zfs-share.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/init.d/zfs-share.in b/etc/init.d/zfs-share.in
index b2f8e773e..2b66afe50 100755
--- a/etc/init.d/zfs-share.in
+++ b/etc/init.d/zfs-share.in
@@ -9,12 +9,12 @@
#
### BEGIN INIT INFO
# Provides: zfs-share
-# Required-Start: $local_fs $network $remote_fs zfs-mount
-# Required-Stop: $local_fs $network $remote_fs zfs-mount
+# Required-Start: $local_fs $network $remote_fs zfs-mount zfs-zed
+# Required-Stop: $local_fs $network $remote_fs zfs-mount zfs-zed
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
-# Should-Start: iscsi iscsitarget istgt scst @NFS_SRV@ samba samba4 zfs-mount
-# Should-Stop: iscsi iscsitarget istgt scst @NFS_SRV@ samba samba4 zfs-mount
+# Should-Start: iscsi iscsitarget istgt scst @NFS_SRV@ samba samba4 zfs-mount zfs-zed
+# Should-Stop: iscsi iscsitarget istgt scst @NFS_SRV@ samba samba4 zfs-mount zfs-zed
# Short-Description: Network share ZFS datasets and volumes.
# Description: Run the `zfs share -a` or `zfs unshare -a` commands
# for controlling iSCSI, NFS, or CIFS network shares.
@@ -34,7 +34,7 @@
do_depend()
{
- after sysfs zfs-mount
+ after sysfs zfs-mount zfs-zed
keyword -lxc -openvz -prefix -vserver
}