cron.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
cron.1 (346B) | |
--- | |
1 .Dd October 8, 2015 | |
2 .Dt CRON 1 | |
3 .Os sbase | |
4 .Sh NAME | |
5 .Nm cron | |
6 .Nd clock daemon | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Fl f Ar file | |
10 .Op Fl n | |
11 .Sh DESCRIPTION | |
12 .Nm | |
13 schedules commands to be run at specified dates and times. | |
14 .Sh OPTIONS | |
15 .Bl -tag -width Ds | |
16 .It Fl f Ar file | |
17 Use the specified | |
18 .Ar file | |
19 instead of the default | |
20 .Pa /etc/crontab . | |
21 .It Fl n | |
22 Do not daemonize. | |
23 .El |