Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1 | [Unit] |
Simon Danner | b06900d | 2014-08-18 22:19:50 +0100 | [diff] [blame] | 2 | Description=dnsmasq - A lightweight DHCP and caching DNS server |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 3 | |
4 | [Service] | ||||
5 | Type=dbus | ||||
6 | BusName=uk.org.thekelleys.dnsmasq | ||||
7 | ExecStartPre=/usr/sbin/dnsmasq --test | ||||
8 | ExecStart=/usr/sbin/dnsmasq -k | ||||
9 | ExecReload=/bin/kill -HUP $MAINPID | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |