summary refs log tree commit diff
diff options
context:
space:
mode:
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"
t-pink/commit/ui-tag.c?h=1.4.0&id=bd0293f57015ede637b630fcaf4fc11e7697d777&follow=1'>ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo 2019-02-23ui-ssdiff: resolve HTML5 validation errorsChris Mayo 2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld 2019-01-02ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld 2018-12-09git: update to v2.20.0Christian Hesse 2018-11-25ui-blame: set repo for sbJason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev