aboutsummaryrefslogtreecommitdiffstats
path: root/etc/init.d/zfs-zed.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/init.d/zfs-zed.in')
-rwxr-xr-xetc/init.d/zfs-zed.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/init.d/zfs-zed.in b/etc/init.d/zfs-zed.in
index 9fa243f8f..fa70a82c2 100755
--- a/etc/init.d/zfs-zed.in
+++ b/etc/init.d/zfs-zed.in
@@ -45,16 +45,7 @@ ZED_PIDFILE="@runstatedir@/$ZED_NAME.pid"
do_depend()
{
- # Try to allow people to mix and match fstab with ZFS in a way that makes sense.
- if [ "$(mountinfo -s /)" = 'zfs' ]
- then
- before localmount
- else
- after localmount
- fi
-
- # bootmisc will log to /var which may be a different zfs than root.
- before bootmisc logger zfs-import
+ before zfs-import
after sysfs
}