avscan: fix OnCalendar string

force-ssl-main-website
Sebastien Bourdeauducq 2023-07-24 14:00:18 +08:00
parent 454130650f
commit 0bd10ba44c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ in
systemd.timers.avscan = {
description = "Antivirus scan";
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "Mon 13:00";
timerConfig.OnCalendar = "Mon *-*-* 13:00:00";
};
};
}