1[Unit]
2Description=Mount ZFS filesystems
3Documentation=man:zfs(8)
4DefaultDependencies=no
5After=systemd-udev-settle.service
6After=zfs-import.target
7After=systemd-remount-fs.service
8Before=local-fs.target
9ConditionPathIsDirectory=/sys/module/zfs
10
11[Service]
12Type=oneshot
13RemainAfterExit=yes
14EnvironmentFile=-@initconfdir@/zfs
15ExecStart=@sbindir@/zfs mount -a
16
17[Install]
18WantedBy=zfs.target
19