aboutsummaryrefslogtreecommitdiffstats
path: root/supervisor/mot-fip.conf
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/mot-fip.conf')
-rw-r--r--supervisor/mot-fip.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/supervisor/mot-fip.conf b/supervisor/mot-fip.conf
index 02068b2..2653a24 100644
--- a/supervisor/mot-fip.conf
+++ b/supervisor/mot-fip.conf
@@ -1,7 +1,15 @@
[program:mot-enc-fip]
-command=mot-encoder -o fip.pad -d slides-fip -p 34 -R -t fip.dls
+command=mot-encoder -o fip.pad -d slides-fip -p 34 -R -t fip.dls -e
directory=/home/bram/dab/
autostart=true
autorestart=true
stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/mot-enc-fip.err.log
stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/mot-enc-fip.out.log
+
+[program:cover-fip]
+command=/home/bram/dab/mmbtools-aux/fipcover.sh
+directory=/home/bram/dab/slides-fip
+autostart=true
+autorestart=true
+stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/cover-fip.err.log
+stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/cover-fip.out.log