diff options
Diffstat (limited to 'mans/scheduler.1')
-rw-r--r-- | mans/scheduler.1 | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/mans/scheduler.1 b/mans/scheduler.1 new file mode 100644 index 0000000..564daba --- /dev/null +++ b/mans/scheduler.1 @@ -0,0 +1,75 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "ICECREAM" 1 "April 21th, 2005" "Icecream" "Icecream User's Manual" +.SH NAME +scheduler \- Icecream scheduler +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 10 +\fBscheduler\fR [\fB\fB\-n\fR\fR | \fB\fB\-\-netname\fR\fR\fI name\fR] [\fB\fB\-p\fR\fR | \fB\fB\-\-port\fR\fR\fI port\fR] [\fB\fB\-h\fR\fR | \fB\fB\-\-help\fR\fR] [\fB\fB\-l\fR\fR | \fB\fB\-\-log\-file\fR\fR\fI file\fR] [\fB\fB\-d\fR\fR | \fB\fB\-\-daemonize\fR\fR] [\fB\fB\-r\fR\fR | \fB\fB\-\-allow\-run\-as\-user\fR\fR] [\-v\ [v\ [v]]] +.ad +.hy + +.SH "DESCRIPTION" + +.PP +The Icecream scheduler is the central instance of an Icecream compile network\&. It distributes the compile jobs and provides the data for the monitors\&. + +.SH "OPTIONS" + +.TP +\fB\-n\fR, \fB\-\-netname\fR \fInetname\fR +The name of the Icecream network the scheduler controls\&. + +.TP +\fB\-p\fR, \fB\-\-port\fR \fIport\fR +IP port the scheduler uses\&. + +.TP +\fB\-h\fR, \fB\-\-help\fR +Print help message\&. + +.TP +\fB\-l\fR, \fB\-\-log\-file\fR \fIlogfile\fR +Name of file where log output is written to\&. + +.TP +\fB\-d\fR, \fB\-\-daemonize\fR +Detach daemon from shell\&. + +.TP +\fB\-v\fR, \fB\-vv\fR, \fB\-vvv\fR +Control verbosity of daemon\&. The more v the more verbose\&. + +.TP +\fB\-r\fR, \fB\-\-allow\-run\-as\-user\fR +Force running the scheduler with user rights\&. Usually you will need to run the scheduler with root rights\&. + +.SH "SEE ALSO" + +.PP +icecream, scheduler, iceccd, icemon + +.SH "AUTHOR" + +.PP +Cornelius Schumacher + |