about summary refs log tree commit diff
diff options
context:
space:
mode:
-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"
gsubject'>Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. 2019-12-20Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe