summaryrefslogtreecommitdiff
path: root/util/sbase/cron.1
diff options
context:
space:
mode:
Diffstat (limited to 'util/sbase/cron.1')
-rw-r--r--util/sbase/cron.123
1 files changed, 23 insertions, 0 deletions
diff --git a/util/sbase/cron.1 b/util/sbase/cron.1
new file mode 100644
index 00000000..1cb90a44
--- /dev/null
+++ b/util/sbase/cron.1
@@ -0,0 +1,23 @@
+.Dd October 8, 2015
+.Dt CRON 1
+.Os sbase
+.Sh NAME
+.Nm cron
+.Nd clock daemon
+.Sh SYNOPSIS
+.Nm
+.Op Fl f Ar file
+.Op Fl n
+.Sh DESCRIPTION
+.Nm
+schedules commands to be run at specified dates and times.
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Fl f Ar file
+Use the specified
+.Ar file
+instead of the default
+.Pa /etc/crontab .
+.It Fl n
+Do not daemonize.
+.El