Blame


1 fd9580e1 2022-11-03 stsp <!DOCTYPE html>
2 fd9580e1 2022-11-03 stsp <html>
3 fd9580e1 2022-11-03 stsp <head>
4 fd9580e1 2022-11-03 stsp <meta charset="utf-8"/>
5 fd9580e1 2022-11-03 stsp <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6 fd9580e1 2022-11-03 stsp <link rel="stylesheet" href="mandoc.css" type="text/css" media="all"/>
7 fd9580e1 2022-11-03 stsp <title>GOTCTL(8)</title>
8 fd9580e1 2022-11-03 stsp </head>
9 fd9580e1 2022-11-03 stsp <!-- This is an automatically generated file. Do not edit.
10 fd9580e1 2022-11-03 stsp Copyright (c) 2022 Stefan Sperling
11 fd9580e1 2022-11-03 stsp
12 fd9580e1 2022-11-03 stsp Permission to use, copy, modify, and distribute this software for any
13 fd9580e1 2022-11-03 stsp purpose with or without fee is hereby granted, provided that the above
14 fd9580e1 2022-11-03 stsp copyright notice and this permission notice appear in all copies.
15 fd9580e1 2022-11-03 stsp
16 fd9580e1 2022-11-03 stsp THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
17 fd9580e1 2022-11-03 stsp WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
18 fd9580e1 2022-11-03 stsp MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19 fd9580e1 2022-11-03 stsp ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20 fd9580e1 2022-11-03 stsp WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21 fd9580e1 2022-11-03 stsp ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
22 fd9580e1 2022-11-03 stsp OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23 fd9580e1 2022-11-03 stsp -->
24 fd9580e1 2022-11-03 stsp <body>
25 fd9580e1 2022-11-03 stsp <div class="head" role="doc-pageheader" aria-label="Manual header
26 fd9580e1 2022-11-03 stsp line"><span class="head-ltitle">GOTCTL(8)</span> <span class="head-vol">System
27 fd9580e1 2022-11-03 stsp Manager's Manual</span> <span class="head-rtitle">GOTCTL(8)</span></div>
28 fd9580e1 2022-11-03 stsp <main class="manual-text">
29 fd9580e1 2022-11-03 stsp <section class="Sh">
30 fd9580e1 2022-11-03 stsp <h2 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h2>
31 fd9580e1 2022-11-03 stsp <p class="Pp"><code class="Nm">gotctl</code> &#x2014;
32 fd9580e1 2022-11-03 stsp <span class="Nd" role="doc-subtitle">control the Game of Trees
33 fd9580e1 2022-11-03 stsp Daemon</span></p>
34 fd9580e1 2022-11-03 stsp </section>
35 fd9580e1 2022-11-03 stsp <section class="Sh">
36 fd9580e1 2022-11-03 stsp <h2 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h2>
37 fd9580e1 2022-11-03 stsp <table class="Nm">
38 fd9580e1 2022-11-03 stsp <tr>
39 fd9580e1 2022-11-03 stsp <td><code class="Nm">gotctl</code></td>
40 fd9580e1 2022-11-03 stsp <td>[<code class="Fl">-hV</code>] [<code class="Fl">-f</code>
41 fd9580e1 2022-11-03 stsp <var class="Ar">path</var>] <var class="Ar">command</var>
42 fd9580e1 2022-11-03 stsp [<var class="Ar">arg ...</var>]</td>
43 fd9580e1 2022-11-03 stsp </tr>
44 fd9580e1 2022-11-03 stsp </table>
45 fd9580e1 2022-11-03 stsp </section>
46 fd9580e1 2022-11-03 stsp <section class="Sh">
47 fd9580e1 2022-11-03 stsp <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h2>
48 fd9580e1 2022-11-03 stsp <p class="Pp"><code class="Nm">gotctl</code> controls the
49 fd9580e1 2022-11-03 stsp <a class="Xr" aria-label="gotd, section 8">gotd(8)</a> daemon.</p>
50 fd9580e1 2022-11-03 stsp <p class="Pp">The options for <code class="Nm">gotctl</code> are as follows:</p>
51 fd9580e1 2022-11-03 stsp <dl class="Bl-tag">
52 fd9580e1 2022-11-03 stsp <dt id="h"><a class="permalink" href="#h"><code class="Fl">-h</code></a></dt>
53 fd9580e1 2022-11-03 stsp <dd>Display usage information and exit immediately.</dd>
54 fd9580e1 2022-11-03 stsp <dt id="f"><a class="permalink" href="#f"><code class="Fl">-f</code></a>
55 fd9580e1 2022-11-03 stsp <var class="Ar">path</var></dt>
56 fd9580e1 2022-11-03 stsp <dd>Set the <var class="Ar">path</var> to the unix socket which
57 fd9580e1 2022-11-03 stsp <a class="Xr" aria-label="gotd, section 8">gotd(8)</a> is listening on. If
58 fd9580e1 2022-11-03 stsp not specified, the default path <span class="Pa">/var/run/gotd.sock</span>
59 fd9580e1 2022-11-03 stsp will be used.</dd>
60 fd9580e1 2022-11-03 stsp <dt id="V"><a class="permalink" href="#V"><code class="Fl">-V</code></a>,
61 fd9580e1 2022-11-03 stsp <code class="Fl">--version</code></dt>
62 fd9580e1 2022-11-03 stsp <dd>Display program version and exit immediately.</dd>
63 fd9580e1 2022-11-03 stsp </dl>
64 fd9580e1 2022-11-03 stsp <p class="Pp">The commands for <code class="Nm">gotctl</code> are as
65 fd9580e1 2022-11-03 stsp follows:</p>
66 fd9580e1 2022-11-03 stsp <dl class="Bl-tag">
67 fd9580e1 2022-11-03 stsp <dt id="info"><a class="permalink" href="#info"><code class="Cm">info</code></a></dt>
68 fd9580e1 2022-11-03 stsp <dd>Display information about a running <a class="Xr" aria-label="gotd,
69 47f19dd5 2023-01-17 stsp section 8">gotd(8)</a> instance. This operation requires root
70 47f19dd5 2023-01-17 stsp privileges.</dd>
71 fd9580e1 2022-11-03 stsp <dt id="stop"><a class="permalink" href="#stop"><code class="Cm">stop</code></a></dt>
72 fd9580e1 2022-11-03 stsp <dd>Stop a running <a class="Xr" aria-label="gotd, section 8">gotd(8)</a>
73 fd9580e1 2022-11-03 stsp instance. This operation requires root privileges.</dd>
74 fd9580e1 2022-11-03 stsp </dl>
75 fd9580e1 2022-11-03 stsp </section>
76 fd9580e1 2022-11-03 stsp <section class="Sh">
77 fd9580e1 2022-11-03 stsp <h2 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
78 fd9580e1 2022-11-03 stsp ALSO</a></h2>
79 fd9580e1 2022-11-03 stsp <p class="Pp"><a class="Xr" aria-label="got, section 1">got(1)</a>,
80 fd9580e1 2022-11-03 stsp <a class="Xr" aria-label="gotd, section 8">gotd(8)</a></p>
81 fd9580e1 2022-11-03 stsp </section>
82 fd9580e1 2022-11-03 stsp <section class="Sh">
83 fd9580e1 2022-11-03 stsp <h2 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h2>
84 fd9580e1 2022-11-03 stsp <p class="Pp"><span class="An">Stefan Sperling</span>
85 fd9580e1 2022-11-03 stsp &lt;<a class="Mt" href="mailto:stsp@openbsd.org">stsp@openbsd.org</a>&gt;</p>
86 fd9580e1 2022-11-03 stsp </section>
87 fd9580e1 2022-11-03 stsp </main>
88 fd9580e1 2022-11-03 stsp <div class="foot" role="doc-pagefooter" aria-label="Manual footer
89 2b1d45b9 2024-03-11 stsp line"><span class="foot-left"></span><span class="foot-date">March 11,
90 2b1d45b9 2024-03-11 stsp 2024</span> <span class="foot-os">OpenBSD 7.5</span></div>
91 fd9580e1 2022-11-03 stsp </body>
92 fd9580e1 2022-11-03 stsp </html>