mirror of https://github.com/OpenIPC/firmware.git
[CRONTAB] Add more examples
parent
1b14c22fec
commit
8a68be716a
|
@ -9,7 +9,9 @@
|
|||
# * * * * * 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
|
||||
#
|
||||
|
@ -17,3 +19,5 @@
|
|||
#
|
||||
#*/30 * * * * /usr/sbin/send2telegram.sh -10028718 3651038111:ACHzXLtPAUiKi3715S1
|
||||
#
|
||||
#*/30 * * * * /usr/sbin/send2yadisk.sh
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue