1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Filesystem — Local Filesystem Mounts # # Mounts local filesystems from /etc/vfstab and imports ZFS pools. [service] name = "filesystem" description = "Local Filesystem Mounts" type = "oneshot" [exec] start = "/etc/zyginit/filesystem/start.sh" [dependencies] requires = ["root-fs"] [restart] on = "never"