summaryrefslogtreecommitdiffstats
path: root/projectroot/usr/lib/systemd/system/dnsmasq.service
blob: c663e018c786ca0210676d949a66c86c6b3445df (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=dnsmasq

[Service]
ExecStart=/usr/sbin/dnsmasq --pid-file=/run/dnsmasq.pid
ExecReload=/bin/kill -HUP $MAINPID
Type=forking
PIDFile=/run/dnsmasq.pid

[Install]
WantedBy=network.target