mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
@@ -76,6 +76,18 @@ do
|
||||
continue
|
||||
fi
|
||||
|
||||
####################################################
|
||||
# MONITOR LOG SIZES
|
||||
# https://github.com/rootzoll/raspiblitz/issues/2659
|
||||
####################################################
|
||||
|
||||
# once a day 5 minutes
|
||||
recheckLogs=$((($counter % 86400)+2))
|
||||
if [ ${recheckLogs} -eq 1 ]; then
|
||||
echo "*** MONITOR LOG SIZES ***"
|
||||
journalctl --vacuum-size=100M
|
||||
fi
|
||||
|
||||
####################################################
|
||||
# RECHECK DHCP-SERVER
|
||||
# https://github.com/rootzoll/raspiblitz/issues/160
|
||||
|
||||
Reference in New Issue
Block a user