hue_ktrenewer_template 437 B

123456789101112131415161718
  1. [program:hue_ktrenewer]
  2. command=${HUE_HOME}/hue.sh kt_renewer
  3. directory=${HUE_HOME}
  4. autostart=true
  5. startretries=3
  6. stdout_logfile=/dev/stdout
  7. stdout_logfile_maxbytes=0
  8. stderr_logfile=/dev/stderr
  9. stderr_logfile_maxbytes=0
  10. environment=DESKTOP_LOG_DIR="/var/log/${HUEUSER}",PYTHON_EGG_CACHE="$HUE_CONF_DIR/.python-eggs"
  11. user=${HUEUSER}
  12. group=${HUEUSER}
  13. exitcodes=0,2
  14. autorestart=false
  15. startsecs=20
  16. stopwaitsecs=30
  17. killasgroup=true
  18. # rlimits