Files
RedBear-OS/init.d/00_runtime.target
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

11 lines
235 B
SYSTEMD

[unit]
description = "Services that relibc needs to function"
default_dependencies = false
requires_weak = [
"00_nulld.service",
"00_randd.service",
"00_rtcd.service",
"00_zerod.service",
"ramfs@logging.service",
]