Fix incorrect command on FreeBSD.

This commit is contained in:
Zhang Huangbin 2021-08-28 10:36:40 +08:00
parent 78a5e46939
commit c10aa18696
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ apt remove clamav-base
# FreeBSD
sysrc -f /etc/rc.conf.local clamd=no
systemctl restart amavisd
service restart amavisd
pkg remove clamav
# OpenBSD

View File

@ -88,7 +88,7 @@ apt remove clamav-base
# FreeBSD
sysrc -f /etc/rc.conf.local clamd=no
systemctl restart amavisd
service restart amavisd
pkg remove clamav
# OpenBSD