2014-01-19 14:36:49 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Import ZFS pools by cache file
|
2017-09-05 20:50:35 +00:00
|
|
|
Documentation=man:zpool(8)
|
2014-01-19 14:36:49 +00:00
|
|
|
DefaultDependencies=no
|
|
|
|
Requires=systemd-udev-settle.service
|
|
|
|
After=systemd-udev-settle.service
|
2014-07-26 16:45:15 +00:00
|
|
|
After=cryptsetup.target
|
2022-11-18 19:36:19 +00:00
|
|
|
After=multipathd.service
|
2016-05-25 17:48:12 +00:00
|
|
|
After=systemd-remount-fs.service
|
2017-10-30 20:18:26 +00:00
|
|
|
Before=zfs-import.target
|
2021-02-05 19:25:22 +00:00
|
|
|
ConditionFileNotEmpty=@sysconfdir@/zfs/zpool.cache
|
2020-08-02 00:13:15 +00:00
|
|
|
ConditionPathIsDirectory=/sys/module/zfs
|
2014-01-19 14:36:49 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2022-02-22 20:59:11 +00:00
|
|
|
EnvironmentFile=-@initconfdir@/zfs
|
2023-06-07 18:14:05 +00:00
|
|
|
ExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN $ZPOOL_IMPORT_OPTS
|
2016-05-25 17:48:12 +00:00
|
|
|
|
|
|
|
[Install]
|
2017-10-30 20:18:26 +00:00
|
|
|
WantedBy=zfs-import.target
|