summaryrefslogtreecommitdiff
path: root/contrib/systemd/dnsmasq.service
blob: c70b14455ad3aade1ffb29b8094cc359b147d1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=dnsmasq - A lightweight DHCP and caching DNS server

[Service]
Type=dbus
BusName=uk.org.thekelleys.dnsmasq
ExecStartPre=/usr/sbin/dnsmasq --test
ExecStart=/usr/sbin/dnsmasq -k
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target