more scripts and configs
This commit is contained in:
12
scripts/opt_etc/crontab
Normal file
12
scripts/opt_etc/crontab
Normal file
@@ -0,0 +1,12 @@
|
||||
SHELL=/opt/bin/sh
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/bin:/opt/sbin
|
||||
MAILTO=""
|
||||
HOME=/
|
||||
# ---------- ---------- Default is Empty ---------- ---------- #
|
||||
*/1 * * * * root /opt/bin/run-parts /opt/etc/cron.1min
|
||||
*/5 * * * * root /opt/bin/run-parts /opt/etc/cron.5mins
|
||||
01 * * * * root /opt/bin/run-parts /opt/etc/cron.hourly
|
||||
02 4 * * * root /opt/bin/run-parts /opt/etc/cron.daily
|
||||
22 4 * * 0 root /opt/bin/run-parts /opt/etc/cron.weekly
|
||||
42 4 1 * * root /opt/bin/run-parts /opt/etc/cron.monthly
|
||||
*/30 * * * * root /opt/bin/apply_unblock_rules.sh 2>&1 >> /opt/var/log/cron && date >> /opt/var/log/cron
|
||||
Reference in New Issue
Block a user