diff --git a/HowtoMunin.md b/HowtoMunin.md index 323be8af..d873d57b 100644 --- a/HowtoMunin.md +++ b/HowtoMunin.md @@ -571,7 +571,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 -a /etc/systemd/system/munin-node.service.d/override.conf +printf '[Service]\nProtectHome=read-only\n' | tee -a /etc/systemd/system/munin-node.service.d/override.conf systemctl daemon-reload systemctl restart munin-node.service ~~~