From 3a8dd8fcdef8b3a4a41af84b7b35a1a439e56ad7 Mon Sep 17 00:00:00 2001 From: Thomas Raschbacher Date: Sun, 7 Oct 2018 20:20:58 +0200 Subject: [PATCH] app-antivirus/clamav: fix freshclamd.service Fix for freschclamd systemd file. Thanks to Shaun for the patch and floppym for checking. Closes https://bugs.gentoo.org/592668 Signed-off-by: Thomas Raschbacher Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- app-antivirus/clamav/files/freshclamd.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-antivirus/clamav/files/freshclamd.service b/app-antivirus/clamav/files/freshclamd.service index a0a72c2e60eb..214876880661 100644 --- a/app-antivirus/clamav/files/freshclamd.service +++ b/app-antivirus/clamav/files/freshclamd.service @@ -3,6 +3,9 @@ Description=clamav updater [Service] Type=forking +User=clamav +Group=clamav +RuntimeDirectory=clamav PIDFile=/run/clamav/freshclam.pid ExecStart=/usr/bin/freshclam -d -p /run/clamav/freshclam.pid -- 2.26.2