Regarding the service module

Hi,

I am starter of HestiaCP,

I would like to know how can i delete these services from list?

one more question, i can not stop “spamassassin”, when i click the stop button, it does not work.

Thank you

Hi,

To remove them from the list, edit the file /usr/local/hestia/conf/hestia.conf and remove the values associated with the different service variables.

Example removing bind9:

Before:

DNS_SYSTEM='bind9'

After:

DNS_SYSTEM=''

That said, you shouldn’t manually modify Hestia’s configuration. If you don’t need those services, simply reinstall Hestia without installing them.

It’s a bug that will be fixed in a future release.

To fix it now, run this command as root:

v-change-sys-config-value ANTISPAM_SYSTEM 'spamd'
3 Likes