suppress PANGO warning when running munin during setup
This commit is contained in:
parent
841181ed55
commit
6c71abbb09
|
@ -56,4 +56,6 @@ restart_service munin
|
|||
restart_service munin-node
|
||||
|
||||
# generate initial statistics so the directory isn't empty
|
||||
sudo -u munin munin-cron
|
||||
# (We get "Pango-WARNING **: error opening config file '/root/.config/pango/pangorc': Permission denied"
|
||||
# if we don't explicitly set the HOME directory when sudo'ing.)
|
||||
sudo -H -u munin munin-cron
|
||||
|
|
Loading…
Reference in New Issue