diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-11-17 01:58:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-11-17 02:37:13 +0300 |
commit | 736a1fb9fca4ba11612e2bd38a290f95ae8002b6 (patch) | |
tree | 48c0a7ac6d7c299098de4a9f17660d9f4b830929 /dump1090/supervisord.conf | |
download | fr24feed-736a1fb9fca4ba11612e2bd38a290f95ae8002b6.tar.gz fr24feed-736a1fb9fca4ba11612e2bd38a290f95ae8002b6.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | dump1090/supervisord.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dump1090/supervisord.conf b/dump1090/supervisord.conf new file mode 100644 index 0000000..f375df6 --- /dev/null +++ b/dump1090/supervisord.conf @@ -0,0 +1,16 @@ +[supervisord] +nodaemon=true + +[program:lighttpd] +command=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 + +[program:dump1090] +command=/usr/bin/dump1090-fa --gain -10 --net --lat 45.0 --lon 9.0 --fix --write-json /run/dump1090-fa --json-location-accuracy 1 +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 |