This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
ExecReload=/bin/kill -HUP $MAINPID -
ExecStart=/etc/init.d/dnsmasq systemd-exec "%i" -
ExecStartPost=/etc/init.d/dnsmasq systemd-start-resolvconf "%i" -
ExecStartPre=/etc/init.d/dnsmasq checkconfig "%i" -
ExecStop=/etc/init.d/dnsmasq systemd-stop-resolvconf "%i" -
PIDFile=/run/dnsmasq/dnsmasq.%i.pid -
Type=forking
-
-
[Unit]-
After=network.target -
Before=nss-lookup.target -
Description=dnsmasq (%i) - A lightweight DHCP and caching DNS server -
Requires=network.target -
Wants=nss-lookup.target
-
Additionnal notes
Nothing here.