Mounts manage filesystem mount points.

[[mount]]
source = "proc"
target = "/proc"
fstype = "proc"
create = true
 
[[mount]]
source = "tmpfs"
target = "/tmp"
fstype = "tmpfs"
create = true
FieldTypePurpose
sourcestringDevice, filesystem label, or pseudo-fs name
targetstringMount point path
fstypestringFilesystem type (proc, sysfs, tmpfs, ext4, etc.)
flagsarrayMount flags (MS_BIND, MS_RDONLY, etc.)
datastringMount options string
createboolCreate target directory if it doesn’t exist
afterarrayService dependencies
rind-broadcastboolBroadcast mount status changes

See also: Services, Flow, Variables