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