Update zfs-mount to load before fstab, matches systemd service.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chris Zubrzycki <github@mid-earth.net>
Closes #13895
This commit is contained in:
Chris Zubrzycki
2022-09-14 21:38:30 -04:00
committed by Brian Behlendorf
parent 8ef15f9322
commit 5e7a2f4665
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -13,10 +13,11 @@
#
### BEGIN INIT INFO
# Provides: zfs-mount
# Required-Start: $local_fs zfs-import
# Required-Start: zfs-import
# Required-Stop: $local_fs zfs-import
# Default-Start: 2 3 4 5
# Default-Start: S
# Default-Stop: 0 1 6
# X-Start-Before: mountall
# X-Stop-After: zfs-zed
# Short-Description: Mount ZFS filesystems and volumes
# Description: Run the `zfs mount -a` or `zfs umount -a` commands.