Search found 1 match

by jmos
Mon Aug 05, 2024 11:21 pm
Forum: myVesta
Topic: How to stop and disable some unnecessary services
Replies: 3
Views: 8247

Re: How to stop and disable some unnecessary services

reverse the dissable

Code: Select all

systemctl start clamav-daemon.service
systemctl enable clamav-daemon.service

systemctl start clamav-freshclam.service
systemctl enable clamav-freshclam.service

sed -i "s/^#CLAMD =/CLAMD =/g" /etc/exim4/exim4.conf.template
systemctl restart exim4