mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/webmin: Fix README.
This commit is contained in:
parent
3efcec34c2
commit
ac9579e24a
1 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@ Login with root and root's password.
|
|||
If you need to start webmin at boot.
|
||||
The recommended way is to add the following to your /etc/rc.d/rc.local
|
||||
script and make sure rc.webmin has executable permissions set:
|
||||
if [ -x /etc/rc.d/rc.webmin ]; then
|
||||
/etc/rc.d/rc.webmin start
|
||||
fi
|
||||
if [ -x /etc/rc.d/rc.webmin ]; then
|
||||
/etc/rc.d/rc.webmin start
|
||||
fi
|
||||
After the webmin service is started, point your web browser to
|
||||
http://localhost:10000 and login as root to use webmin.
|
||||
|
|
Loading…
Reference in a new issue