mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Use /run/dnsmasq instead of /var/run/dnsmasq in Debian package.
This commit is contained in:
2
debian/systemd.service
vendored
2
debian/systemd.service
vendored
@@ -4,7 +4,7 @@ Requires=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/dnsmasq/dnsmasq.pid
|
||||
PIDFile=/run/dnsmasq/dnsmasq.pid
|
||||
|
||||
# Test the config file and refuse starting if it is not valid.
|
||||
ExecStartPre=/usr/sbin/dnsmasq --test
|
||||
|
||||
Reference in New Issue
Block a user