diff options
author | beren12 <[email protected]> | 2019-02-28 15:07:03 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-02-28 12:07:03 -0800 |
commit | 3a1f2d533d471f38a01d33d6ade63e8b5a6377ad (patch) | |
tree | 4202091018af93e21fc2b08e188efc0a02340da7 /etc | |
parent | 46164122c0f365f14073266a695334f9de2073cf (diff) |
Remove zfs-zed hard dep from zfs-share init script
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: bunder2015 <[email protected]>
Signed-off-by: Chris Zubrzycki <[email protected]>
Closes #8447
Diffstat (limited to 'etc')
-rw-r--r-- | etc/init.d/zfs-share.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.d/zfs-share.in b/etc/init.d/zfs-share.in index ce3cc1cc2..bdbadf6fe 100644 --- a/etc/init.d/zfs-share.in +++ b/etc/init.d/zfs-share.in @@ -9,8 +9,8 @@ # ### BEGIN INIT INFO # Provides: zfs-share -# Required-Start: $local_fs $network $remote_fs zfs-mount zfs-zed -# Required-Stop: $local_fs $network $remote_fs zfs-mount zfs-zed +# Required-Start: $local_fs $network $remote_fs zfs-mount +# Required-Stop: $local_fs $network $remote_fs zfs-mount # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Should-Start: iscsi iscsitarget istgt scst @NFS_SRV@ samba samba4 zfs-mount zfs-zed |