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

6 lines
79 B
Desktop File

{
"cmd": "randd",
"args": ["rand"],
"type": { "scheme": "rand" }
}