Hi, how one can start Webmin service at Ubuntu (Debian) system?
And how to make it running automatically at boot time?

----------
Edit: i found this:

how to start webmin:
sudo /etc/init.d/webmin restart


to make it running at boot time:
cd /etc/init.d
update-rc.d webmin defaults