mirror of
https://git.proxmox.com/git/mirror_zfs-debian
synced 2025-08-14 11:18:28 +00:00
16 lines
455 B
Diff
16 lines
455 B
Diff
diff --git a/etc/init.d/zfs-zed.in b/etc/init.d/zfs-zed.in
|
|
index d0086eef..dd735638 100644
|
|
--- a/etc/init.d/zfs-zed.in
|
|
+++ b/etc/init.d/zfs-zed.in
|
|
@@ -8,8 +8,8 @@
|
|
#
|
|
### BEGIN INIT INFO
|
|
# Provides: zfs-zed
|
|
-# Required-Start: zfs-mount
|
|
-# Required-Stop: zfs-mount
|
|
+# Required-Start: $local_fs zfs-mount
|
|
+# Required-Stop: $local_fs zfs-mount
|
|
# Default-Start: 2 3 4 5
|
|
# Default-Stop: 0 1 6
|
|
# X-Stop-After: zfs-share
|