archrelease: copy trunk to extra-x86_64
[arch-packages.git] / dnsmasq / trunk / dnsmasq.service
blobc661947b241ff842b1f660d8569c4cffcf26096e
1 [Unit]
2 Description=dnsmasq - A lightweight DHCP and caching DNS server
3 Documentation=man:dnsmasq(8)
4 After=network.target
5 Before=network-online.target nss-lookup.target
6 Wants=nss-lookup.target
8 [Service]
9 Type=dbus
10 BusName=uk.org.thekelleys.dnsmasq
11 ExecStartPre=/usr/bin/dnsmasq --test
12 ExecStart=/usr/bin/dnsmasq -k --enable-dbus --user=dnsmasq --pid-file
13 ExecReload=/bin/kill -HUP $MAINPID
14 Restart=on-failure
15 PrivateDevices=true
16 ProtectSystem=full
18 [Install]
19 WantedBy=multi-user.target