Skip to content

Commit ad79252

Browse files
committed
removing unnecessary schedules from crontab
1 parent dd9cd8a commit ad79252

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

crontab

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# do daily/weekly/monthly maintenance
22
# min hour day month weekday command
3-
*/15 * * * * run-parts /etc/periodic/15min
4-
0 * * * * run-parts /etc/periodic/hourly
5-
0 2 * * * run-parts /etc/periodic/daily
6-
0 3 * * 6 run-parts /etc/periodic/weekly
7-
0 5 1 * * run-parts /etc/periodic/monthly
8-
*/15 * * * * run-parts /etc/periodic/15min
3+
# */15 * * * * run-parts /etc/periodic/15min
4+
# 0 * * * * run-parts /etc/periodic/hourly
5+
# 0 2 * * * run-parts /etc/periodic/daily
6+
# 0 3 * * 6 run-parts /etc/periodic/weekly
7+
# 0 5 1 * * run-parts /etc/periodic/monthly
8+
# */15 * * * * run-parts /etc/periodic/15min
99
17 2 1 * * /usr/local/bin/lego --path $LEGO_PATH $LEGO_RENEW_COMMAND_ARGS

0 commit comments

Comments
 (0)