diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-03 12:22:27 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-03 12:22:37 +0200 |
commit | 3fe0c395bba9865be456ff00ada1ce46e45a1050 (patch) | |
tree | 77c474f8b08f0074bf0e56b5d2dd826dc25cc2ac /supervisor | |
parent | 4d57f5c9dd4b25de8bf75f61e92ae81d104b3467 (diff) | |
download | mmbtools-aux-3fe0c395bba9865be456ff00ada1ce46e45a1050.tar.gz mmbtools-aux-3fe0c395bba9865be456ff00ada1ce46e45a1050.tar.bz2 mmbtools-aux-3fe0c395bba9865be456ff00ada1ce46e45a1050.zip |
Create example conf files for supervisord
Diffstat (limited to 'supervisor')
-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 |