File dnsmasq.service of Package dnsmasq
[Unit] Description=dnsmasq - A lightweight DHCP and caching DNS server Documentation=man:dnsmasq(8) https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html Wants=network-online.target After=network-online.target [Service] Type=dbus BusName=uk.org.thekelleys.dnsmasq ExecStartPre=/usr/sbin/dnsmasq --test ExecStart=/usr/sbin/dnsmasq --keep-in-foreground ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target