make it such pcomon doesn't try to run every 30s

This commit is contained in:
stupidcomputer 2025-01-12 19:57:20 -06:00
parent 11fba79200
commit d3da22f488

View File

@ -22,6 +22,6 @@ in {
systemd.timers.pcomon = { systemd.timers.pcomon = {
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
partOf = [ "pcomon.service" ]; partOf = [ "pcomon.service" ];
timerConfig.OnCalendar = "*:*:0/30"; timerConfig.OnCalendar = "*:0/30:*";
}; };
} }