From c0f68c02dae4e6bca4a196dbd72ad0da2bccf979 Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Wed, 20 Oct 2021 16:32:09 +0200 Subject: [PATCH] =?UTF-8?q?tee=20-a=20au=20cas=20o=C3=B9=20le=20fichier=20?= =?UTF-8?q?existe=20d=C3=A9j=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMunin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoMunin.md b/HowtoMunin.md index 38ccf924..62a0a7f6 100644 --- a/HowtoMunin.md +++ b/HowtoMunin.md @@ -500,7 +500,7 @@ Attention, le *plugin* `df` est différent du *plugin* `diskstats`. ~~~{ .bash } mkdir -p /etc/systemd/system/munin-node.service.d -printf '[Service]\nProtectHome=false\n' | tee /etc/systemd/system/munin-node.service.d/override.conf +printf '[Service]\nProtectHome=false\n' | tee -a /etc/systemd/system/munin-node.service.d/override.conf systemctl daemon-reload systemctl restart munin-node.service ~~~