/home en read-only est suffisant ...

This commit is contained in:
mtrossevin 2021-12-23 16:40:02 +01:00
parent 33d34f18c7
commit ddc250dd93

View file

@ -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
~~~