comparison man/sciworkerd.8.in @ 13:67348ec46425

man: add manual pages
author David Demelier <markand@malikania.fr>
date Wed, 30 Jun 2021 11:33:54 +0200
parents
children 081e1c258e64
comparison
equal deleted inserted replaced
12:be3ec0e6bb8f 13:67348ec46425
1 .\"
2 .\" Copyright (c) 2021 David Demelier <markand@malikania.fr>
3 .\"
4 .\" Permission to use, copy, modify, and/or distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
7 .\"
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 .\"
16 .Dd June 30, 2021
17 .Dt SCIWORKERD 8
18 .Os
19 .\" NAME
20 .Sh NAME
21 .Nm sciworkerd
22 .Nd sci worker daemon
23 .\" SYNOPSIS
24 .Sh SYNOPSIS
25 .Nm
26 .Op Fl m Ar maxbuilds
27 .Op Fl u Ar url
28 .Op Fl w Ar workername
29 .\" DESCRIPTION
30 .Sh DESCRIPTION
31 The
32 .Nm
33 daemon waits indefinitely for jobs to execute and send back their result. It
34 requires an access to
35 .Xr sciwebd 8
36 running and transitively a
37 .Xr scid 8
38 daemon running as well.
39 .Pp
40 It is part of the
41 .Xr sci 7
42 continuous integration framework.
43 .Pp
44 The following options are available:
45 .Bl -tag
46 .It Fl m
47 Set the maximum number of parallel builds allowed to
48 .Ar maxbuilds .
49 Defaults: 4.
50 .It Fl u
51 Set the
52 .Ar url
53 for connecting to
54 .Xr sciwebd 8 .
55 You can specify a scheme using
56 .Dq http://
57 or
58 .Dq https:// .
59 Default:
60 .Dq localhost .
61 .It Fl w
62 Specify which worker this daemon should refer to using
63 .Ar worker
64 as worker name. Default:
65 .Dq default
66 .El
67 .\" SEE ALSO
68 .Sh SEE ALSO
69 .Xr sci 7 ,
70 .Xr scictl 8 ,
71 .Xr scid 8 ,
72 .Xr sciwebd 8 ,