|
NAMEsnooze —
run a command at a particular time
SYNOPSIS
DESCRIPTIONsnooze waits until a particular time and then runs a
command. Together with a service supervision system such as
runsv(8),
this can be used to replace
cron(8).
The options are as follows:
The durations randdelay and
slack and timewait are parsed as
seconds, unless a postfix of The remaining arguments are patterns for the time fields:
The following syntax is used for these options:
and combinations of those, e.g. The defaults are Note that all patterns need to match (contrary
to
cron(8)
where either day of month or day of week matches), so
If TIMEFILESOptionally, you can keep track of runs in time files, using-t :
When When If timefile does not exist, it will be assumed outdated enough to ensure earliest execution.
EXIT STATUSThesnooze utility exits 0 on success,
and >0 if an error occurs.
The command is run using exec, so its exit status gets propagated to the parent. If no command was given, SEE ALSOrunwhen(1), sleep(1), uschedule(1), cron(8)AUTHORSLeah Neukirchen <leah@vuxu.org>LICENSEsnooze is in the public domain.
To the extent possible under law, the creator of this work has waived all copyright and related or neighboring rights to this work.
Visit the GSP FreeBSD Man Page Interface. |