about summary refs log tree commit diff
path: root/catsit.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'catsit.conf.5')
-rw-r--r--catsit.conf.513
1 files changed, 9 insertions, 4 deletions
diff --git a/catsit.conf.5 b/catsit.conf.5
index b7a45d4..e9de2ce 100644
--- a/catsit.conf.5
+++ b/catsit.conf.5
@@ -1,4 +1,4 @@
-.Dd March  1, 2021
+.Dd September 28, 2021
 .Dt CATSIT.CONF 5
 .Os
 .
@@ -13,6 +13,10 @@ file lists the services managed by the
 .Xr catsitd 8
 daemon.
 Leading whitespace is ignored.
+The current line
+can be extended over multiple lines
+using a backslash
+.Pq Ql \e .
 Each line of the file
 is one of the following:
 .
@@ -78,11 +82,12 @@ calico	calico -H irc.example.org $socks
 pounce	pounce -U $socks pounce.conf
 
 # Templating command lines using service names:
-pounce/freenode	pounce ${0#*/}.conf
 pounce/tilde	pounce ${0#*/}.conf
+pounce/libera	pounce ${0#*/}.conf
 
 # Privileged services:
-@scooper	kfcgi -d -U $USER -p ~/.local -- /bin/scooper
+@scooper	kfcgi -d -U $USER -p ~/.local -- \e
+		/bin/scooper /share/litterbox/litterbox.sqlite
 .Ed
 .
 .Sh SEE ALSO
@@ -91,4 +96,4 @@ pounce/tilde	pounce ${0#*/}.conf
 .Xr catsitd 8
 .
 .Sh AUTHORS
-.An June Bug Aq Mt june@causal.agency
+.An June McEnroe Aq Mt june@causal.agency