Page 1 of 1

Auto Start/Stop for RedHat and RH based distributions

PostPosted: 30. January 2009 19:24
by wphelps
First type
Code: Select all
ln -s /opt/lampp/lampp /etc/rc.d/init.d/lampp

or by standard convention, mv or cp the file.

Then type
Code: Select all
chkconfig --add lampp

This command sets all the runlevel links to not only handle a restart but also other init changes -- e.g. textmode, single user.