mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
13 lines
268 B
Desktop File
13 lines
268 B
Desktop File
[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
|