modules/freifunk: remove custom rc.local handling
This commit is contained in:
parent
7aed1e4b9d
commit
a3c4c0b87b
2 changed files with 0 additions and 3 deletions
|
@ -27,7 +27,6 @@ boot() {
|
||||||
echo "17 * * * * /usr/sbin/ff_mapupdate" >> /etc/crontabs/root
|
echo "17 * * * * /usr/sbin/ff_mapupdate" >> /etc/crontabs/root
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -f /etc/rc.local ] && . /etc/rc.local
|
|
||||||
[ -d /etc/rc.local.d ] && {
|
[ -d /etc/rc.local.d ] && {
|
||||||
for file in /etc/rc.local.d/*; do
|
for file in /etc/rc.local.d/*; do
|
||||||
test -f "$file" && . "$file"
|
test -f "$file" && . "$file"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
# /etc/rc.local
|
|
||||||
# Only executed on boot, put your custom startup commands here
|
|
Loading…
Reference in a new issue