Files
RedBear-OS/init.d/10_dhcpd.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
147 B
Desktop File

[unit]
description = "Configure network using DHCP"
requires_weak = [
"10_smolnetd.service",
]
[service]
cmd = "dhcpd"
type = "oneshot_async"