[CRONTAB] Add more examples

pull/279/head
Igor Zalatov (from Citadel PC) 2022-07-26 15:02:38 +03:00
parent 1b14c22fec
commit 8a68be716a
1 changed files with 5 additions and 1 deletions
general/overlay/etc/crontabs

View File

@ -9,7 +9,9 @@
# * * * * * command to be executed # * * * * * command to be executed
# #
# #
#*/30 * * * * /usr/bin/logger -p cron.info -t crond WTF ? #*/30 * * * * /usr/bin/logger -p cron.info -t crond WTF ?
#
#*/30 * * * * /usr/sbin/send2email.sh
# #
#*/30 * * * * /usr/sbin/send2ftp.sh #*/30 * * * * /usr/sbin/send2ftp.sh
# #
@ -17,3 +19,5 @@
# #
#*/30 * * * * /usr/sbin/send2telegram.sh -10028718 3651038111:ACHzXLtPAUiKi3715S1 #*/30 * * * * /usr/sbin/send2telegram.sh -10028718 3651038111:ACHzXLtPAUiKi3715S1
# #
#*/30 * * * * /usr/sbin/send2yadisk.sh
#