bug 6202 : dnsmasq user doesnt exist?

status 6202: resolved fixed
This commit is contained in:
Chiradeep Vittal 2010-10-12 17:41:24 -07:00
parent b69d7d443a
commit 7c51a661df

View File

@ -8,6 +8,6 @@
postrotate postrotate
[ ! -f /var/run/dnsmasq.pid ] || kill -USR2 `cat /var/run/dnsmasq.pid` [ ! -f /var/run/dnsmasq.pid ] || kill -USR2 `cat /var/run/dnsmasq.pid`
endscript endscript
create 0640 dnsmasq dnsmasq create 0640 nobody root
} }