2014-01-19 18:36:49 +04:00
|
|
|
[Unit]
|
|
|
|
Description=Import ZFS pools by cache file
|
2017-09-05 23:50:35 +03:00
|
|
|
Documentation=man:zpool(8)
|
2014-01-19 18:36:49 +04:00
|
|
|
DefaultDependencies=no
|
|
|
|
Requires=systemd-udev-settle.service
|
|
|
|
After=systemd-udev-settle.service
|
2014-07-26 20:45:15 +04:00
|
|
|
After=cryptsetup.target
|
2020-01-22 23:45:25 +03:00
|
|
|
After=multipathd.target
|
2016-05-25 20:48:12 +03:00
|
|
|
After=systemd-remount-fs.service
|
2017-10-30 23:18:26 +03:00
|
|
|
Before=zfs-import.target
|
2014-01-19 18:36:49 +04:00
|
|
|
ConditionPathExists=@sysconfdir@/zfs/zpool.cache
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2020-07-30 02:52:18 +03:00
|
|
|
ExecCondition=/usr/bin/grep -q "^zfs " /proc/modules
|
2015-05-27 00:06:36 +03:00
|
|
|
ExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN
|
2016-05-25 20:48:12 +03:00
|
|
|
|
|
|
|
[Install]
|
2017-10-30 23:18:26 +03:00
|
|
|
WantedBy=zfs-import.target
|