blob: a27fe6d7e47e628b70a866286c10ae4cfd2060ce [file] [log] [blame]
Simon Kelley7de060b2011-08-26 17:24:52 +01001[Unit]
2Description=A lightweight DHCP and caching DNS server
3
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