init-scripts/services/dhcpcdmaster

11 lines
173 B
Plaintext

description "DHCP client - master service"
type respawn limit 5
target boot
after network
tty /dev/null
exec {
mkdir -p /var/db/dhcpcd
dhcpcd --inactive --nobackground
}