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