boa icon indicating copy to clipboard operation
boa copied to clipboard

Removing services not listed in `.barracuda.cnf` anymore like webmin, collectd, jetty9, bind9

Open macmladen opened this issue 4 years ago • 0 comments

I had previously configured these services to be included with my installation: webmin, collectd, jetty9, bind9 but found that I do not need them anymore.

What would be the procedure to remove them?

Is it ok to do this for each of the services:

service cron stop           # stop the cron
service stop webmin         # stop the service
update-rc.d webmin remove   # remove the service
service cron start

macmladen avatar Nov 01 '20 10:11 macmladen