Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script
- WORK_DIR=${HOME}/working
- DAEMON=${HOME}/highlight_daemon${JOB}.py
- LOG=/var/log/hlcam/highlight_daemon${JOB}.log
- MPLCONFIGDIR=${HOME}/.matplotlib
- DISPLAY=:0
- DISPLAY=${DISPLAY} MPLCONFIGDIR=${MPLCONFIGDIR} python ${DAEMON} start >> ${LOG} 2>&1
- end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement