Blame


1 fb1a36c0 2022-01-09 op .\" Copyright (c) 2021 Omar Polo <op@omarpolo.com>
2 fb1a36c0 2022-01-09 op .\"
3 fb1a36c0 2022-01-09 op .\" Permission to use, copy, modify, and distribute this software for any
4 fb1a36c0 2022-01-09 op .\" purpose with or without fee is hereby granted, provided that the above
5 fb1a36c0 2022-01-09 op .\" copyright notice and this permission notice appear in all copies.
6 fb1a36c0 2022-01-09 op .\"
7 fb1a36c0 2022-01-09 op .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 fb1a36c0 2022-01-09 op .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 fb1a36c0 2022-01-09 op .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 fb1a36c0 2022-01-09 op .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 fb1a36c0 2022-01-09 op .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 fb1a36c0 2022-01-09 op .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 fb1a36c0 2022-01-09 op .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 fb1a36c0 2022-01-09 op .\"
15 fb1a36c0 2022-01-09 op .Dd $Mdocdate: July 07 2021 $
16 fb1a36c0 2022-01-09 op .Dt KAMICTL 8
17 fb1a36c0 2022-01-09 op .Os
18 fb1a36c0 2022-01-09 op .Sh NAME
19 fb1a36c0 2022-01-09 op .Nm kamictl
20 fb1a36c0 2022-01-09 op .Nd control the kamid daemon
21 fb1a36c0 2022-01-09 op .Sh SYNOPSIS
22 fb1a36c0 2022-01-09 op .Nm
23 fb1a36c0 2022-01-09 op .Op Fl s Ar socket
24 fb1a36c0 2022-01-09 op .Ar command
25 fb1a36c0 2022-01-09 op .Op Ar argument ...
26 fb1a36c0 2022-01-09 op .Sh DESCRIPTION
27 fb1a36c0 2022-01-09 op The
28 fb1a36c0 2022-01-09 op .Nm
29 fb1a36c0 2022-01-09 op program controls the
30 fb1a36c0 2022-01-09 op .Xr kamid 8
31 fb1a36c0 2022-01-09 op daemon.
32 fb1a36c0 2022-01-09 op .Pp
33 fb1a36c0 2022-01-09 op The following options are available:
34 fb1a36c0 2022-01-09 op .Bl -tag -width Ds
35 fb1a36c0 2022-01-09 op .It Fl s Ar socket
36 fb1a36c0 2022-01-09 op Use
37 fb1a36c0 2022-01-09 op .Ar socket
38 fb1a36c0 2022-01-09 op instead of the default
39 fb1a36c0 2022-01-09 op .Pa /var/run/kamid.sock
40 fb1a36c0 2022-01-09 op to communicate with
41 fb1a36c0 2022-01-09 op .Xr kamid 8 .
42 fb1a36c0 2022-01-09 op .El
43 fb1a36c0 2022-01-09 op .Pp
44 fb1a36c0 2022-01-09 op The following commands are available:
45 fb1a36c0 2022-01-09 op .Bl -tag -width Ds
46 fb1a36c0 2022-01-09 op .It Cm log brief
47 fb1a36c0 2022-01-09 op Disable verbose debug logging.
48 fb1a36c0 2022-01-09 op .It Cm log verbose
49 fb1a36c0 2022-01-09 op Enable verbose debug logging.
50 fb1a36c0 2022-01-09 op .It Cm reload
51 fb1a36c0 2022-01-09 op Reload the configuration file.
52 fb1a36c0 2022-01-09 op .El
53 fb1a36c0 2022-01-09 op .Sh FILES
54 fb1a36c0 2022-01-09 op .Bl -tag -width "/var/run/kamid.sockXX" -compact
55 fb1a36c0 2022-01-09 op .It Pa /var/run/kamid.sock
56 fb1a36c0 2022-01-09 op UNIX-domain socket used for communication with
57 fb1a36c0 2022-01-09 op .Xr kamid 8 .
58 fb1a36c0 2022-01-09 op .El
59 fb1a36c0 2022-01-09 op .Sh SEE ALSO
60 fb1a36c0 2022-01-09 op .Xr kamid.conf 5 ,
61 fb1a36c0 2022-01-09 op .Xr kamid 8