views:

62

answers:

2

Hello,

I need to add my lampp to autorun. Where shuld I put this command /opt/lampp/lampp start to be runned from root on system bootup?

Thank you.

A: 

There should be a Startup Programs tab in Systems\Preferences\Sessions. You just add your command there. To make it run as root, you need to give the file itself root ownership, by doing a chown on it.

Stephen
A: 

Add it to /etc/rc.local It will be run as root on startup.

SuperJames
Isn't this more of a question for http://serverfault.com/?
SuperJames