Files
RedBear-OS/init.d/10_smolnetd.service
T
bjorn3 20429746f8 init: Migrate the base services from init scripts
And move them into the base repo.
2026-04-11 10:47:34 +02:00

10 lines
132 B
Desktop File

[unit]
description = "Network stack"
requires_weak = [
"00_pcid-spawner.service",
]
[service]
cmd = "smolnetd"
type = "notify"