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

master
andryyy 2019-01-13 23:03:07 +01:00
parent 17222eac94
commit 889b260b7d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

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