diff options
author | June McEnroe <june@causal.agency> | 2020-08-27 17:43:55 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-27 17:43:55 -0400 |
commit | fb8a33c0130e6381ce69402607e5c240f97b471b (patch) | |
tree | 99534193c5bcf73a6c0c78d301063fbfc611fee3 /calico.1 | |
parent | contrib/palaver: Fix documented database path (diff) | |
download | pounce-fb8a33c0130e6381ce69402607e5c240f97b471b.tar.gz pounce-fb8a33c0130e6381ce69402607e5c240f97b471b.zip |
Remove rc scripts
Diffstat (limited to '')
-rw-r--r-- | calico.1 | 40 |
1 files changed, 7 insertions, 33 deletions
diff --git a/calico.1 b/calico.1 index 1c28365..1b9ec67 100644 --- a/calico.1 +++ b/calico.1 @@ -1,4 +1,4 @@ -.Dd May 19, 2020 +.Dd August 27, 2020 .Dt CALICO 1 .Os . @@ -37,6 +37,12 @@ Incoming connections are passed directly to instances of .Xr pounce 1 , which handle TLS negotiation. +Instances of +.Xr pounce 1 +and +.Nm +can be restarted +independently of each other. . .Pp The arguments are as follows: @@ -60,38 +66,6 @@ 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 -independently of each other. -. .Sh EXAMPLES Obtain certificates for and dispatch to two instances of |