aboutsummaryrefslogtreecommitdiffstats
path: root/config/supervisor/encoder-maxxima.conf
diff options
context:
space:
mode:
authorYoann QUERET <yoann@queret.net>2016-02-09 16:39:51 +0100
committerYoann QUERET <yoann@queret.net>2016-02-09 16:39:51 +0100
commit850c6bbc702f77e1f4acd7c2e8e9372df644d67d (patch)
tree208bac42efd40675f5480fc819861cbeb787fbcb /config/supervisor/encoder-maxxima.conf
parent403af4090397e4b124f9e365868847524512401f (diff)
downloaddab-scripts-850c6bbc702f77e1f4acd7c2e8e9372df644d67d.tar.gz
dab-scripts-850c6bbc702f77e1f4acd7c2e8e9372df644d67d.tar.bz2
dab-scripts-850c6bbc702f77e1f4acd7c2e8e9372df644d67d.zip
Add mot-encoder configuration in supervisor file
Diffstat (limited to 'config/supervisor/encoder-maxxima.conf')
-rw-r--r--config/supervisor/encoder-maxxima.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/supervisor/encoder-maxxima.conf b/config/supervisor/encoder-maxxima.conf
index 2a8c805..792e668 100644
--- a/config/supervisor/encoder-maxxima.conf
+++ b/config/supervisor/encoder-maxxima.conf
@@ -5,3 +5,11 @@ autorestart=true
priority=10
stderr_logfile=/var/log/supervisor/encoder-maxxima.log
stdout_logfile=/var/log/supervisor/encoder-maxxima.log
+
+[program:mot-maxxima]
+command=/usr/local/bin/mot-encoder -t /home/odr/config/mot/maxxima.txt -o /home/odr/config/mot/maxxima.pad --pad=58 --charset=15 --dir=/home/odr/config/mot/maxxima/ --sleep=30
+autostart=false
+autorestart=true
+priority=10
+stderr_logfile=/var/log/supervisor/mot-maxxima.log
+stdout_logfile=/var/log/supervisor/mot-maxxima.log