Explorar el Código

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

andryyy hace 6 años
padre
commit
889b260b7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/Dockerfiles/clamd/bootstrap.sh

+ 1 - 1
data/Dockerfiles/clamd/bootstrap.sh

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