]> git.proxmox.com Git - mirror_zfs-debian.git/blame - etc/systemd/system/zfs-import-cache.service.in
Imported Upstream version 0.6.5.7
[mirror_zfs-debian.git] / etc / systemd / system / zfs-import-cache.service.in
CommitLineData
ea04106b
AX
1[Unit]
2Description=Import ZFS pools by cache file
3DefaultDependencies=no
4Requires=systemd-udev-settle.service
5After=systemd-udev-settle.service
6After=cryptsetup.target
7ConditionPathExists=@sysconfdir@/zfs/zpool.cache
8
9[Service]
10Type=oneshot
11RemainAfterExit=yes
12ExecStartPre=/sbin/modprobe zfs
13ExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN