Modif unité systemd dans /etc au lieu de /lib

This commit is contained in:
whirigoyen 2021-10-18 16:49:44 +02:00
parent a9c8482d5f
commit e15ddd54e2

View file

@ -491,7 +491,7 @@ GET http://nomduserveur.evolix.net:8080/server-status-XXXXX?auto
### Regarder dans la doc
~~~
$ munindoc <plugin>
# munindoc <plugin>
~~~
### Il manque /home dans le plugin df
@ -499,7 +499,8 @@ $ munindoc <plugin>
Attention, le plugin df est différent du plugin diskstats.
~~~{bash}
$ vim /lib/systemd/system/munin-node.service
# cp -a /lib/systemd/system/munin-node.service /etc/systemd/system/
# vim /etc/systemd/system/munin-node.service
- ProtectHome=true
+ ProtectHome=false
$ systemctl deamon-reload