mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
12 lines
299 B
SYSTEMD
12 lines
299 B
SYSTEMD
|
[Unit]
|
||
|
Description=Import ZFS pools by device scanning
|
||
|
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 -d /dev/disk/by-id -aN
|