services.hpcstat: run every 5 minutes

This commit is contained in:
陈浩南 2024-05-19 14:03:32 +08:00
parent b815650666
commit 03c4161725

View File

@ -68,7 +68,7 @@ inputs:
timers.hpcstat =
{
wantedBy = [ "timers.target" ];
timerConfig = { OnCalendar = "minutely"; Unit = "hpcstat.service"; };
timerConfig = { OnCalendar = "*-*-* *:00/5:00"; Unit = "hpcstat.service"; };
};
tmpfiles.rules = [ "d /var/lib/hpcstat 0700 hpcstat hpcstat" ];
};