Files
RedBear-OS/init.d/ramfs@.service
T
bjorn3 a063db73a4 init: Support unit instancing
And use it for the logging ramfs by having a generic ramfs unit.
2026-03-05 19:42:17 +01:00

10 lines
183 B
Desktop File

[unit]
description = "$INSTANCE ramfs"
default_dependencies = false
requires_weak = ["00_randd.service"]
[service]
cmd = "ramfs"
args = ["$INSTANCE"]
type = { scheme = "$INSTANCE" }