|
root / services / examples / zfs-mount.toml
zfs-mount.toml TOML 19 lines 377 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# ZFS Filesystem Mounts
#
# Imports ZFS pools and mounts ZFS datasets. Depends on the root
# filesystem being read-write and device nodes being available.

[service]
name = "zfs-mount"
description = "ZFS Pool Import and Dataset Mount"
type = "oneshot"

[exec]
start = "/etc/zyginit/zfs-mount/start.sh"

[dependencies]
requires = ["root-fs", "devfsadm"]

[restart]
on = "never"