diff options
Diffstat (limited to 'services/dnsmasq')
-rw-r--r-- | services/dnsmasq | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/services/dnsmasq b/services/dnsmasq new file mode 100644 index 0000000..c739e8b --- /dev/null +++ b/services/dnsmasq @@ -0,0 +1,6 @@ +description "dnsmasq DNS & DHCP server" +type respawn limit 5 +target boot +after sysinit ifcfg unbound + +exec dnsmasq -k |