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