Add minimal cron.1
This commit is contained in:
parent
e296329773
commit
af66a5924e
24
cron.1
Normal file
24
cron.1
Normal file
|
@ -0,0 +1,24 @@
|
|||
.Dd December 16, 2014
|
||||
.Dt CRON 1 sbase\-VERSION
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm cron
|
||||
.Nd clock daemon
|
||||
.Sh SYNOPSIS
|
||||
.Nm cron
|
||||
.Op Fl f Ar file
|
||||
.Op Fl n
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
schedules commands to be run at specified dates and times.
|
||||
.Pp
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width Ds
|
||||
.It Fl f Ar file
|
||||
Use the specified
|
||||
.Ar file
|
||||
instead of the default
|
||||
.Ar /etc/crontab .
|
||||
.It Fl n
|
||||
Do not daemonize.
|
||||
.El
|
Loading…
Reference in New Issue
Block a user