diff options
Diffstat (limited to 'supervisor/mot-fb.conf')
-rw-r--r-- | supervisor/mot-fb.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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 |