mirror of https://github.com/archzfs/archzfs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
356 B
15 lines
356 B
[Unit]
|
|
Description=Mount ZFS filesystems
|
|
DefaultDependencies=no
|
|
Wants=zfs-import-cache.service
|
|
Wants=zfs-import-scan.service
|
|
Requires=systemd-udev-settle.service
|
|
After=systemd-udev-settle.service
|
|
After=zfs-import-cache.service
|
|
After=zfs-import-scan.service
|
|
Before=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/zfs mount -a
|
|
|