diff options
author | June McEnroe <june@causal.agency> | 2019-11-06 23:02:24 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-06 23:02:24 -0500 |
commit | ae8a7025b48b1c656edba6aeed8262376b0aada2 (patch) | |
tree | 44508a5beb8ce8768eecd6ccac722f23b011ab07 /calico.1 | |
parent | Document SASL EXTERNAL configuration in more detail (diff) | |
download | pounce-ae8a7025b48b1c656edba6aeed8262376b0aada2.tar.gz pounce-ae8a7025b48b1c656edba6aeed8262376b0aada2.zip |
Document calico service configuration
Diffstat (limited to '')
-rw-r--r-- | calico.1 | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/calico.1 b/calico.1 index 115f4e2..4d52a10 100644 --- a/calico.1 +++ b/calico.1 @@ -1,4 +1,4 @@ -.Dd November 1, 2019 +.Dd November 6, 2019 .Dt CALICO 1 .Os . @@ -52,6 +52,38 @@ The path to the directory containing UNIX-domain sockets. .El . +.Ss Service Configuration +Add the following to +.Pa /etc/rc.conf +to enable the +.Nm +daemon: +.Bd -literal -offset indent +calico_enable="YES" +.Ed +. +.Pp +The default socket directory is +.Pa /var/run/calico . +It can be changed by setting +.Va calico_path . +The +.Xr pounce 1 +service can be configured +to listen in this directory +with the following: +.Bd -literal -offset indent +pounce_flags="-U /var/run/calico" +.Ed +. +.Pp +The +.Nm +and +.Xr pounce 1 +services can be started and stopped +completely independently of each other. +. .Sh EXAMPLES .Bd -literal -offset indent pounce -U sockets/foo.example.org foo.conf |