mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-28 03:49:38 +03:00
12 lines
306 B
SYSTEMD
12 lines
306 B
SYSTEMD
|
[Unit]
|
||
|
Description=Import ZFS pools by cache file
|
||
|
DefaultDependencies=no
|
||
|
Requires=systemd-udev-settle.service
|
||
|
After=systemd-udev-settle.service
|
||
|
ConditionPathExists=@sysconfdir@/zfs/zpool.cache
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN
|