mirror of
https://github.com/pygos/init.git
synced 2024-11-16 16:57:09 +01:00
7 lines
118 B
Text
7 lines
118 B
Text
|
description "dnsmasq DNS & DHCP server"
|
||
|
type respawn limit 5
|
||
|
target boot
|
||
|
after sysinit ifcfg unbound
|
||
|
|
||
|
exec dnsmasq -k
|