This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
mirrors
/
mailcow-dockerized
mirror de
https://github.com/mailcow/mailcow-dockerized
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
[ClamAV] Set prio of clamd parent to 10, fixes
#2174
andryyy
há 6 anos atrás
pai
17222eac94
commit
889b260b7d
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
data/Dockerfiles/clamd/bootstrap.sh
+ 1
- 1
data/Dockerfiles/clamd/bootstrap.sh
Ver Ficheiro
@@ -50,7 +50,7 @@ done
) &
BACKGROUND_TASKS+=($!)
-clamd &
+
nice -n10
clamd &
BACKGROUND_TASKS+=($!)
while true; do