xref: /freebsd/sys/contrib/openzfs/etc/systemd/system/zfs-mount.service.in (revision 25ecdc7d52770caf1c9b44b5ec11f468f6b636f3)
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
14ExecStart=@sbindir@/zfs mount -a
15
16[Install]
17WantedBy=zfs.target
18