From 736a1fb9fca4ba11612e2bd38a290f95ae8002b6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 17 Nov 2019 01:58:33 +0300 Subject: initial commit --- dump1090/supervisord.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dump1090/supervisord.conf (limited to 'dump1090/supervisord.conf') 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 -- cgit v1.2.3