1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-03 03:59:16 +00:00

[ClamAV] Set prio of clamd parent to 10, fixes #2174

This commit is contained in:
andryyy
2019-01-13 23:03:07 +01:00
parent 17222eac94
commit 889b260b7d

View File

@@ -50,7 +50,7 @@ done
) &
BACKGROUND_TASKS+=($!)
clamd &
nice -n10 clamd &
BACKGROUND_TASKS+=($!)
while true; do