From c9909b3e86e24be8b8013573371a796ed3e5375b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 4 Jan 2022 21:23:06 +0100 Subject: [PATCH] - use same macro to enable all systemd services --- clamav.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clamav.spec b/clamav.spec index 03b4f2c..6e660e3 100644 --- a/clamav.spec +++ b/clamav.spec @@ -357,9 +357,7 @@ EOF touch /var/lock/subsys/clamd %service -q clamd restart -%systemd_trigger clamd.service - -%systemd_service_enable cronjob-clamav.timer +%systemd_trigger clamd.service cronjob-clamav.timer %post milter /sbin/chkconfig --add clamav-milter -- 2.44.0