Answers for "interworx crontab example"

1

interworx crontab example

//Specify cron frequency on UI 
//e.g. run minute 0, every hour
0 */1 * * *
//enter a bash command to the script input field
//e.g. a wget command where the output isn't saved
wget -O- url_here >> /dev/null
Posted by: Guest on July-21-2020

Browse Popular Code Answers by Language