| 123456789101112131415161718 |
- [program:hue_ktrenewer]
- command=${HUE_HOME}/hue.sh kt_renewer
- directory=${HUE_HOME}
- 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/${HUEUSER}",PYTHON_EGG_CACHE="$HUE_CONF_DIR/.python-eggs"
- user=${HUEUSER}
- group=${HUEUSER}
- exitcodes=0,2
- autorestart=false
- startsecs=20
- stopwaitsecs=30
- killasgroup=true
- # rlimits
|