From 6663edc11306f326c71ad92e34313643d15a7075 Mon Sep 17 00:00:00 2001 From: dpeca Date: Tue, 26 Nov 2019 21:46:51 +0100 Subject: [PATCH] update postinst --- src/deb/vesta/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index 97a9400e7..bca5865cd 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -30,5 +30,6 @@ sed -i "s#/var/run/clamav/clamd.ctl#/var/lib/clamav/clamd.sock#g" /etc/clamav/cl sed -i "s#/var/run/clamav/clamd.ctl#/var/lib/clamav/clamd.sock#g" /etc/exim4/exim4.conf.template systemctl restart clamav-daemon systemctl restart clamav-freshclam +systemctl restart exim4 exit 0