diff options
Diffstat (limited to 'supervisor/mot-fip.conf')
-rw-r--r-- | supervisor/mot-fip.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/supervisor/mot-fip.conf b/supervisor/mot-fip.conf new file mode 100644 index 0000000..02068b2 --- /dev/null +++ b/supervisor/mot-fip.conf @@ -0,0 +1,7 @@ +[program:mot-enc-fip] +command=mot-encoder -o fip.pad -d slides-fip -p 34 -R -t fip.dls +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 |