diff options
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 |