Commit 6c71abbb authored by Joshua Tauberer's avatar Joshua Tauberer

suppress PANGO warning when running munin during setup

parent 841181ed
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment