diff options
author | June McEnroe <june@causal.agency> | 2021-09-28 16:18:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-28 16:18:48 -0400 |
commit | 909cbf302956d75fa872f9a4e54d6a948a99810c (patch) | |
tree | 804cfc8375bab82c588cabe3c372a8a467e3bdd5 /catsit.conf.5 | |
parent | Allocate pollfd array rather than using a VLA (diff) | |
download | catsit-909cbf302956d75fa872f9a4e54d6a948a99810c.tar.gz catsit-909cbf302956d75fa872f9a4e54d6a948a99810c.zip |
Allow backslash line continuation in catsit.conf
Diffstat (limited to '')
-rw-r--r-- | catsit.conf.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/catsit.conf.5 b/catsit.conf.5 index fc2b769..77b4235 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: . @@ -82,7 +86,8 @@ 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 |