Include IPv6 settings in default network file

This commit is contained in:
bergware
2023-10-04 00:15:33 +02:00
parent 72303de5f9
commit 303de5e792
2 changed files with 5 additions and 2 deletions
@@ -4,7 +4,7 @@ lock=/tmp/atlock.tmp
# run & log functions
. /etc/rc.d/rc.runlog
log "${1:-1}s"
log "interval = ${1:-1}s"
rm -f $lock
echo "sleep ${1:-1};/usr/local/emhttp/webGui/scripts/reload_services $lock"|at -M now 2>/dev/null
exit 0