Make the systemd timer not persistent

This commit is contained in:
Oliver Davies 2025-05-01 09:02:05 +01:00
parent 35497a3931
commit faf464f481

View file

@ -83,7 +83,6 @@ in
Timer = { Timer = {
OnCalendar = cfg.schedule.time; OnCalendar = cfg.schedule.time;
Persistent = true;
Unit = "dev-commit.service"; Unit = "dev-commit.service";
}; };