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