comparison man/sciworkerd.8 @ 35:084dee2bef50

man: updates
author David Demelier <markand@malikania.fr>
date Thu, 04 Aug 2022 18:01:29 +0200
parents man/sciworkerd.8.in@081e1c258e64
children 95bc6b4ec753
comparison
equal deleted inserted replaced
34:e52c762d8ba8 35:084dee2bef50
1 .\"
2 .\" Copyright (c) 2021-2022 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-2022
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 scid 8
36 running.
37 .Pp
38 It is
39 .Em strongly
40 advised to run
41 .Nm
42 in a clean chroot environment, otherwise you can fetch untrusted scripts if the
43 remote
44 .Nm scid
45 gets compromised.
46 .Pp
47 It is part of the
48 .Xr sci 7
49 continuous integration framework.
50 .Pp
51 The following options are available:
52 .Bl -tag
53 .It Fl m
54 Set the maximum number of parallel builds allowed to
55 .Ar maxbuilds .
56 Defaults: 4.
57 .It Fl u
58 Set the
59 .Ar url
60 for connecting to
61 .Xr scid 8 .
62 You can specify a scheme using
63 .Dq http://
64 or
65 .Dq https:// .
66 Default:
67 .Dq localhost .
68 .It Fl w
69 Specify which worker this daemon should refer to using
70 .Ar worker
71 as worker name. Default:
72 .Dq default
73 .El
74 .\" SEE ALSO
75 .Sh SEE ALSO
76 .Xr sci 7 ,
77 .Xr scictl 8 ,
78 .Xr scid 8