diff options
author | June McEnroe <june@causal.agency> | 2021-11-12 13:09:37 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-11-12 13:09:37 -0500 |
commit | 9cc47df0d74d2fff91bd456bea526d04534c4641 (patch) | |
tree | b3959cbdf11f27b5440188c07b7fa3e4bc98c367 /README.7 | |
parent | Link with -ldl on Linux (diff) | |
download | scooper-9cc47df0d74d2fff91bd456bea526d04534c4641.tar.gz scooper-9cc47df0d74d2fff91bd456bea526d04534c4641.zip |
Use line continuations in catsit example
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.7 b/README.7 index 735840e..455a5e0 100644 --- a/README.7 +++ b/README.7 @@ -141,9 +141,10 @@ process supervisor. For example with the following lines in .Xr catsit.conf 5 : .Bd -literal -offset indent -% sock=/var/run/scooper.sock -% scooper='/bin/scooper /share/litterbox/litterbox.sqlite' -@scooper kfcgi -d -u www -s $sock -U $USER -p ~/.local -- $scooper +@scooper kfcgi -d \e + -u www -s /var/www/run/scooper.sock \e + -U $USER -p ~/.local \e + -- /bin/scooper /share/litterbox/litterbox.sqlite .Ed . .Sh FILES |