diff options
-rw-r--r-- | supervisor/dabmux.conf | 7 | ||||
-rw-r--r-- | supervisor/dabplus-enc-fb.conf | 7 | ||||
-rw-r--r-- | supervisor/inet_http_server.conf | 4 | ||||
-rw-r--r-- | supervisor/mot-fb.conf | 7 |
4 files changed, 25 insertions, 0 deletions
diff --git a/supervisor/dabmux.conf b/supervisor/dabmux.conf new file mode 100644 index 0000000..9b3e62a --- /dev/null +++ b/supervisor/dabmux.conf @@ -0,0 +1,7 @@ +[program:ODR-DabMux] +command=odr-dabmux zmq-simul.mux +directory=/home/bram/dab/mmbtools-aux +autostart=true +autorestart=true +stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/mux.err.log +stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/mux.out.log diff --git a/supervisor/dabplus-enc-fb.conf b/supervisor/dabplus-enc-fb.conf new file mode 100644 index 0000000..43629a6 --- /dev/null +++ b/supervisor/dabplus-enc-fb.conf @@ -0,0 +1,7 @@ +[program:enc-fb] +command=dabplus-enc -v http://fbpc5.epfl.ch:8001 -o tcp://localhost:9001 -r 32000 -b 80 -w dls.txt -p 34 -P dls.pad +directory=/home/bram/ +autostart=true +autorestart=true +stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/enc-fb.err.log +stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/enc-fb.out.log diff --git a/supervisor/inet_http_server.conf b/supervisor/inet_http_server.conf new file mode 100644 index 0000000..14229a3 --- /dev/null +++ b/supervisor/inet_http_server.conf @@ -0,0 +1,4 @@ +[inet_http_server] +port=*:9200 +username=admin +password=admin diff --git a/supervisor/mot-fb.conf b/supervisor/mot-fb.conf new file mode 100644 index 0000000..f206a99 --- /dev/null +++ b/supervisor/mot-fb.conf @@ -0,0 +1,7 @@ +[program:mot-enc-fb] +command=mot-encoder -o dls.pad -t dls.txt -c 15 -p 34 +directory=/home/bram/ +autostart=true +autorestart=true +stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/mot-enc-fb.err.log +stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/mot-enc-fb.out.log |