diff options
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/files/freshclamd.service | 3 |
1 files changed, 3 insertions, 0 deletions
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 |