Operating System - Linux
1830226 Members
2195 Online
109999 Solutions
New Discussion

Re: webmin doesn't start automatically at linux SuSE 8.1

 
SOLVED
Go to solution
'chris'
Super Advisor

webmin doesn't start automatically at linux SuSE 8.1

hi

I've installed the webmin at linux SuSE 8.1 ,but
I have to start it manually.
How to configure , that webmin starts automatically after
computer restart ?

2 REPLIES 2
Jean-Pierre Denis
Valued Contributor
Solution

Re: webmin doesn't start automatically at linux SuSE 8.1

Hi,

look in /etc/rc3.d to see if you have an link to the webmin starting script.

If you don't have any create in /etc/rc3.d a link that point to /etc/init.d/webmin and call it S99webmin.

When you computer boot in runlevel 3 the S99webmin script will ran and webmin shold start.

You can also do this configuration within webmin in: System > Start, stop or Boot process or something like this.

Thanks,
JP
Open your Mind and use Open Source software...
'chris'
Super Advisor

Re: webmin doesn't start automatically at linux SuSE 8.1

thanks