summary refs log tree commit diff
path: root/calico.1
diff options
context:
space:
mode:
Diffstat (limited to 'calico.1')
-rw-r--r--calico.134
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
une McEnroe 2022-02-20Clear edit buffer before running commandJune McEnroe 2022-02-20Show indicator in status when window has pending inputJune McEnroe 2022-02-20Use separate edit buffers for each IDJune McEnroe 2022-02-20Make sure new cap is actually larger than new lengthJune McEnroe 2022-02-20Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe