hue_server_template 465 B

123456789101112131415161718
  1. [program:hue_server]
  2. directory=${HUE_HOME}
  3. command=${HUE_HOME}/hue.sh runcpserver
  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/${HUE_USER}",PYTHON_EGG_CACHE="${HUE_CONF_DIR}/.python-eggs",SERVER_SOFTWARE="apache"
  11. user=${HUE_USER}
  12. group=${HUE_USER}
  13. exitcodes=0,2
  14. autorestart=false
  15. startsecs=20
  16. stopwaitsecs=30
  17. killasgroup=true
  18. # rlimits