| 123456789101112131415161718 |
- [program:hue_server]
- directory=${HUE_HOME}
- command=${HUE_HOME}/hue.sh runcpserver
- autostart=true
- startretries=3
- stdout_logfile=/dev/stdout
- stdout_logfile_maxbytes=0
- stderr_logfile=/dev/stderr
- stderr_logfile_maxbytes=0
- environment=DESKTOP_LOG_DIR="/var/log/${HUE_USER}",PYTHON_EGG_CACHE="${HUE_CONF_DIR}/.python-eggs",SERVER_SOFTWARE="apache"
- user=${HUE_USER}
- group=${HUE_USER}
- exitcodes=0,2
- autorestart=false
- startsecs=20
- stopwaitsecs=30
- killasgroup=true
- # rlimits
|