mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
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
|
restart_service munin-node
|
||||||
|
|
||||||
# generate initial statistics so the directory isn't empty
|
# 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
Block a user