diff options
author | June McEnroe <june@causal.agency> | 2019-01-06 15:16:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-06 15:16:01 -0500 |
commit | 2097ec2fe8d630aa6998e5004e8e7b709cd41bce (patch) | |
tree | 51b95274970cf04e4463bf7a4af3cd031a28044d /README | |
parent | Add cap_rights_limit calls to client and server (diff) | |
download | torus-2097ec2fe8d630aa6998e5004e8e7b709cd41bce.tar.gz torus-2097ec2fe8d630aa6998e5004e8e7b709cd41bce.zip |
Add kcgi support to image
Diffstat (limited to '')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README index 67c4dcc..f79c8be 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ NAME SYNOPSIS server [-d data] [-p pidfile] [-s sock] client [-h] [-s sock] - image [-d data] [-f font] [-x x] [-y y] + image [-k] [-d data] [-f font] [-x x] [-y y] meta merge data1 data2 data3 @@ -18,7 +18,8 @@ DESCRIPTION interface. image renders a tile from a data file using a PSF2 font to PNG on - standard output. + standard output. To build with kcgi(3) support, copy kcgi.mk to + config.mk. meta extracts metadata from a data file on standard input to CSV on standard ouput. The CSV fields are tileX, tileY, createTime, @@ -38,6 +39,8 @@ DESCRIPTION -h Write help page data to standard output and exit. + -k Run a FastCGI worker for use with kfcgi(8). + -p pidfile Daemonize and write PID to pidfile. Only available on FreeBSD. |