20 lines
485 B
Desktop File
20 lines
485 B
Desktop File
[Unit]
|
|
Description=dnsmasq - A lightweight DHCP and caching DNS server
|
|
Documentation=man:dnsmasq(8)
|
|
After=network.target
|
|
Before=network-online.target nss-lookup.target
|
|
Wants=nss-lookup.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=uk.org.thekelleys.dnsmasq
|
|
ExecStartPre=/usr/bin/dnsmasq --test
|
|
ExecStart=/usr/bin/dnsmasq -k --enable-dbus --user=dnsmasq --pid-file
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
PrivateDevices=true
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|