start lampp at startup as root


I have lampp installed on my Ubuntu 12.04 Everything works very fine and now I would like to start the lampp-server on startup.
I have a startlampp.sh script with this:
cd /opt/lampp
sudo ./lampp start
code in it. It is enabled for execution and when I run it in terminal I am asked for the password and finally it starts lampp.
Can I include the password in the script that it runs on startup?

You can edit the rc.local file to auto start lampp.
use root login and edit /etc/rc.local file and add line /opt/lampp/lampp start to end of the file.
Reboot the machine and you can check the status of the lampp using /opt/lampp/lampp status

or use sudo /opt/lampp/lampp start

0 Response to "start lampp at startup as root"

Posting Komentar