From 1f8616a4855a1b90e583a6fc78a90c4efb7d549e Mon Sep 17 00:00:00 2001 From: btatu Date: Mon, 2 Jan 2023 17:51:19 +0100 Subject: [PATCH] =?UTF-8?q?Sp=C3=A9cifie=20les=20binaires=20+=20ajout=20de?= =?UTF-8?q?=20ionice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoDUC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoDUC.md b/HowtoDUC.md index 6d2fd590..cd10dbfe 100644 --- a/HowtoDUC.md +++ b/HowtoDUC.md @@ -171,5 +171,5 @@ Pour exclure un répertoire (par exemple `backup/` contenant de nombreux fichier Il peut être judicieux de créer un cron pour faire une indexation journalière, très pratique quand couplé avec l'interface CGI. ~~~ -30 6 * * * duc index -q -d /var/cache/duc.idx / && chmod 640 /var/cache/duc.idx && chgrp www-data /var/cache/duc.idx +30 6 * * * /usr/bin/ionice -c3 /usr/bin/duc index -q -d /var/cache/duc.idx / && /bin/chmod 640 /var/cache/duc.idx && /bin/chgrp www-data /var/cache/duc.idx ~~~