Merge r4145

This commit is contained in:
Jo-Philipp Wich 2009-01-25 20:25:05 +00:00
parent 88ac7d2475
commit fc7d1e62a9

View file

@ -5,7 +5,9 @@
START=99
boot() {
echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root
grep -q 'killall -HUP dnsmasq' /etc/crontabs/root || {
echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root
}
[ -f /etc/rc.local ] && . /etc/rc.local
}