|
|
@ -10,10 +10,10 @@ Conflicts=shutdown.target umount.target |
|
|
|
Type=oneshot |
|
|
|
Type=oneshot |
|
|
|
RemainAfterExit=yes |
|
|
|
RemainAfterExit=yes |
|
|
|
ExecStart=/sbin/modprobe zfs |
|
|
|
ExecStart=/sbin/modprobe zfs |
|
|
|
ExecStart=/usr/sbin/zpool import -c /etc/zfs/zpool.cache -aN |
|
|
|
ExecStart=/usr/bin/zpool import -c /etc/zfs/zpool.cache -aN |
|
|
|
ExecStart=/usr/sbin/zfs mount -a |
|
|
|
ExecStart=/usr/bin/zfs mount -a |
|
|
|
ExecStart=/usr/sbin/zfs share -a |
|
|
|
ExecStart=/usr/bin/zfs share -a |
|
|
|
ExecStop=/usr/sbin/zfs umount -a |
|
|
|
ExecStop=/usr/bin/zfs umount -a |
|
|
|
|
|
|
|
|
|
|
|
[Install] |
|
|
|
[Install] |
|
|
|
WantedBy=local-fs.target |
|
|
|
WantedBy=local-fs.target |
|
|
|