Blob


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