Auto Start in Ubuntu

linkaiyi
Follow

auto start in Ubuntu

There is no real standard way to configure the boot process of a Linux system, but most of them should allow you to start XAMPP at boot time using the following steps.

sudo ln -s /opt/lampp/lampp /etc/init.d/lampp
sudo update-rc.d lampp start 80 2 3 4 5 . stop 30 0 1 6 .
Object has 0 attachments

Was this article helpful?

This article is viewed 67 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support