make it such pcomon doesn't try to run every 30s
This commit is contained in:
parent
11fba79200
commit
d3da22f488
@ -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:*";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user