Merge r4145
This commit is contained in:
parent
88ac7d2475
commit
fc7d1e62a9
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
START=99
|
START=99
|
||||||
|
|
||||||
boot() {
|
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
|
[ -f /etc/rc.local ] && . /etc/rc.local
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue