This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
mailcow-dockerized
espejo de
https://github.com/mailcow/mailcow-dockerized
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
[ClamAV] Set prio of clamd parent to 10, fixes
#2174
andryyy
hace 6 años
padre
17222eac94
commit
889b260b7d
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
data/Dockerfiles/clamd/bootstrap.sh
+ 1
- 1
data/Dockerfiles/clamd/bootstrap.sh
Ver fichero
@@ -50,7 +50,7 @@ done
) &
BACKGROUND_TASKS+=($!)
-clamd &
+
nice -n10
clamd &
BACKGROUND_TASKS+=($!)
while true; do