blob: c70b14455ad3aade1ffb29b8094cc359b147d1cf [file] [log] [blame]
Simon Kelley7de060b2011-08-26 17:24:52 +01001[Unit]
Simon Dannerb06900d2014-08-18 22:19:50 +01002Description=dnsmasq - A lightweight DHCP and caching DNS server
Simon Kelley7de060b2011-08-26 17:24:52 +01003
4[Service]
5Type=dbus
6BusName=uk.org.thekelleys.dnsmasq
7ExecStartPre=/usr/sbin/dnsmasq --test
8ExecStart=/usr/sbin/dnsmasq -k
9ExecReload=/bin/kill -HUP $MAINPID
10
11[Install]
12WantedBy=multi-user.target