We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9cd8a commit ad79252Copy full SHA for ad79252
crontab
@@ -1,9 +1,9 @@
1
# do daily/weekly/monthly maintenance
2
# 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
+# 0 * * * * run-parts /etc/periodic/hourly
+# 0 2 * * * run-parts /etc/periodic/daily
+# 0 3 * * 6 run-parts /etc/periodic/weekly
+# 0 5 1 * * run-parts /etc/periodic/monthly
9
17 2 1 * * /usr/local/bin/lego --path $LEGO_PATH $LEGO_RENEW_COMMAND_ARGS
0 commit comments