From: Andy Witter Date: Tue, 8 Jan 2019 22:22:32 +0000 (-0500) Subject: Change location of munin pid file from /var/run to /run in config file. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e3a7bdcfda463feb30e92fa681212f41e1c58ecd;p=contrib%2Fpines%2Fgenasys.git Change location of munin pid file from /var/run to /run in config file. --- diff --git a/templates/monitor/munin-node.conf b/templates/monitor/munin-node.conf index 79c2559..982d169 100755 --- a/templates/monitor/munin-node.conf +++ b/templates/monitor/munin-node.conf @@ -2,7 +2,8 @@ log_level 4 log_file /var/log/munin/munin-node.log port 4949 -pid_file /var/run/munin/munin-node.pid +#pid_file /var/run/munin/munin-node.pid +pid_file /run/munin/munin-node.pid background 1 host * user root