2014-01-19 18:36:49 +04:00
|
|
|
[Unit]
|
|
|
|
Description=Mount ZFS filesystems
|
2017-09-05 23:50:35 +03:00
|
|
|
Documentation=man:zfs(8)
|
2014-01-19 18:36:49 +04:00
|
|
|
DefaultDependencies=no
|
|
|
|
After=systemd-udev-settle.service
|
2017-10-30 23:18:26 +03:00
|
|
|
After=zfs-import.target
|
2016-05-25 20:48:12 +03:00
|
|
|
After=systemd-remount-fs.service
|
2014-01-19 18:36:49 +04:00
|
|
|
Before=local-fs.target
|
2020-08-02 03:13:15 +03:00
|
|
|
ConditionPathIsDirectory=/sys/module/zfs
|
2014-01-19 18:36:49 +04:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2022-02-22 23:59:11 +03:00
|
|
|
EnvironmentFile=-@initconfdir@/zfs
|
2023-06-07 21:14:05 +03:00
|
|
|
ExecStart=@sbindir@/zfs mount -a
|
2016-05-25 20:48:12 +03:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=zfs.target
|