 |
apache 2.2 - Setting Apache2 PATH environment variable - Server Fault
You can set it in start() function of init script, something like this: start() { echo -n $"Starting $prog: " check13 || exit 1 export PATH=${PATH}:/var/ossec/bin LANG=$HTTPD_LANG daemon --pidfile=${pidfile} $httpd $OPTIONS RETVAL=$?
serverfault.com |
 |