nixos/munin: Create MUNIN_PLUGSTATE dir to fix munin_stats plugin
This commit is contained in:
parent
96b339fbc9
commit
3338985aab
@ -193,6 +193,9 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# munin_stats plugin breaks as of 2.0.33 when this doesn't exist
|
||||||
|
systemd.tmpfiles.rules = [ "d /var/run/munin 0755 munin munin -" ];
|
||||||
|
|
||||||
}) (mkIf cronCfg.enable {
|
}) (mkIf cronCfg.enable {
|
||||||
|
|
||||||
systemd.timers.munin-cron = {
|
systemd.timers.munin-cron = {
|
||||||
|
Loading…
Reference in New Issue
Block a user