hara-heartbeat: fix OnCalendar timezone syntax, fire every 4h (08/12/16/20)
This commit is contained in:
parent
9ad8d71f61
commit
c04b463ad0
1 changed files with 2 additions and 1 deletions
|
|
@ -426,7 +426,8 @@ in
|
||||||
systemd.timers.hara-heartbeat = {
|
systemd.timers.hara-heartbeat = {
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "Europe/Copenhagen *-*-* 08:07:00";
|
OnCalendar = "08,12,16,20:07";
|
||||||
|
Timezone = "Europe/Copenhagen";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue