|
|
dnsmasq 2.84
1: [Unit]
2: Description=dnsmasq - A lightweight DHCP and caching DNS server
3: After=network.target
4: Before=network-online.target nss-lookup.target
5: Wants=nss-lookup.target
6:
7: [Service]
8: Type=dbus
9: BusName=uk.org.thekelleys.dnsmasq
10: ExecStartPre=/usr/sbin/dnsmasq --test
11: ExecStart=/usr/sbin/dnsmasq -k
12: ExecReload=/bin/kill -HUP $MAINPID
13:
14: [Install]
15: WantedBy=multi-user.target