aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/custom.sh')
-rwxr-xr-xinit-sh/custom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh
index 38f18cc..f034c13 100755
--- a/init-sh/custom.sh
+++ b/init-sh/custom.sh
@@ -191,7 +191,7 @@ fi
###
if [[ ${WRITE_CRON} == "true" ]]; then
- AddRules "0 0-23 * * * root nice --adjustment=+19 /usr/share/msec/security.sh" /etc/crontab
+ AddRules "0 4 * * * root /usr/share/msec/security.sh" /etc/crontab
fi
LiloUpdate;