Files
RedBear-OS/init.d/00_nulld.service
T
bjorn3 f364bf1f60 init: Introduce a json format for services
While I would have like to use toml, something inside the toml crate
seems to be using randomness, which is not yet available when init
starts.
2026-02-25 20:18:42 +01:00

5 lines
57 B
Desktop File

{
"cmd": "nulld",
"type": { "scheme": "null" }
}