summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-06 23:02:24 -0500
committerJune McEnroe <june@causal.agency>2019-11-06 23:02:24 -0500
commitae8a7025b48b1c656edba6aeed8262376b0aada2 (patch)
tree44508a5beb8ce8768eecd6ccac722f23b011ab07
parentDocument SASL EXTERNAL configuration in more detail (diff)
downloadpounce-ae8a7025b48b1c656edba6aeed8262376b0aada2.tar.gz
pounce-ae8a7025b48b1c656edba6aeed8262376b0aada2.zip
Document calico service configuration
Diffstat (limited to '')
-rw-r--r--calico.134
-rw-r--r--pounce.16
2 files changed, 36 insertions, 4 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
diff --git a/pounce.1 b/pounce.1
index 52bd9f0..23fca1d 100644
--- a/pounce.1
+++ b/pounce.1
@@ -298,7 +298,7 @@ daemon is started in the
 directory.
 Configuration files in that location
 can be loaded by setting
-.Ar pounce_flags :
+.Va pounce_flags :
 .Bd -literal -offset indent
 pounce_flags="example.conf"
 .Ed
@@ -309,10 +309,10 @@ The
 service supports profiles
 for running multiple instances.
 Set
-.Ar pounce_profiles
+.Va pounce_profiles
 to a space-separated list of names.
 Flags for each profile will be set from
-.Ar pounce_${profile}_flags .
+.Va pounce_${profile}_flags .
 For example:
 .Bd -literal -offset indent
 pounce_profiles="example1 example2"
ass='logsubject'>Support the pounce_env rc variableJune McEnroe 2020-08-25Remove deprecated option namesJune McEnroe The next release will be 2.0 so these can be removed now. 2020-08-25Document configuration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe Another bug caused by trying to support broken clients. I'm annoyed. 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe