Lines Matching full:run
33 daemon of the general form: ``run this command at this time on this date''.
233 No mail is sent after a successful run.
249 restricted (ie, are not *), the command will be run when
254 would cause a command to be run at 4:30 am on the 1st and 15th of each
265 @reboot Run once, at startup of cron.
266 @yearly Run once a year, "0 0 1 1 *".
268 @monthly Run once a month, "0 0 1 * *".
269 @weekly Run once a week, "0 0 * * 0".
270 @daily Run once a day, "0 0 * * *".
272 @hourly Run once an hour, "0 * * * *".
273 @every_minute Run once a minute, "*/1 * * * *".
274 @every_second Run once a second.
286 The first run is scheduled for the specified number of seconds after cron
291 # run vmstat every five minutes
297 # use /bin/sh to run commands, overriding the default set by cron
302 # run five minutes after midnight, every day
304 # run at 2:15pm on the first of every month -- output mailed to paul
306 # run at 10 pm on weekdays, annoy Joe
308 23 0-23/2 * * * echo "run 23 minutes after midn, 2am, 4am ..., everyday"
309 5 4 * * sun echo "run at 5 after 4 every sunday"
310 # run at 5 minutes intervals, no matter how long it takes
312 # run every minute, suppress logging
314 # run every minute, only send mail if ping fails
366 option does not mail on successful run.