Tim,

% sudo -u nobody /path/to/startup.sh

This seems to work. Pros, Cons?

I don't have a ton of experience with sudo, but it seems like a good idea -- you can lock down the operations that a user is capable of doing, etc.


I have production machines that startup tomcat on boot, and I have something like this in the startup scripts:

su vch -p -c "/usr/local/tomcat/startup.sh"

Hope that helps a bit.

-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to