2 Description=Mount ZFS filesystems
3 Documentation=man:zfs(8)
5 After=systemd-udev-settle.service
6 After=zfs-import.target
7 After=systemd-remount-fs.service
9 ConditionPathIsDirectory=/sys/module/zfs
11 # This merely tells the service manager
12 # that unmounting everything undoes the
13 # effect of this service. No extra logic
14 # is ran as a result of these settings.
15 Conflicts=umount.target
21 EnvironmentFile=-@initconfdir@/zfs
22 ExecStart=@sbindir@/zfs mount -a