I run a Subversion server, and need to start the Apache program on startup, but it needs root permission (sudo) to launch properly. Is there a way to do this, by storing the root password or something, so it is automatic?
I just need to run this at login/startup:
Thanks.
I just need to run this at login/startup:
Code:
sudo /usr/local/apache/bin/apachectl start
Thanks.