zfs-builds-mm/zfs-0.8.4/etc/systemd/system/zfs-mount.service

18 lines
352 B
Desktop File

[Unit]
Description=Mount ZFS filesystems
Documentation=man:zfs(8)
DefaultDependencies=no
After=systemd-udev-settle.service
After=zfs-import.target
After=systemd-remount-fs.service
Before=local-fs.target
Before=systemd-random-seed.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/sbin/zfs mount -a
[Install]
WantedBy=zfs.target