Forum OpenACS Q&A: Re: Cannot work out what I've done wrong.

Collapse
Posted by Randy O'Meara on
Richard,

You need to set the PATH in the same shell that 'exec's nsd. If nsd is launched from a shell script that is launched by init (via inittab), set the PATH (using export for bash) in this script before exec'ing nsd. Otherwise you might look into initscript(5).

/Randy