Improved systemd timer timing

This commit is contained in:
Keith Irwin 2024-08-01 11:49:18 -06:00
parent 24a31bea74
commit 6e80006c6b
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86

View File

@ -2,12 +2,8 @@
Description=Update todo list every 4 hours
[Timer]
OnCalendar=*-*-* 1:00:00
OnCalendar=*-*-* 5:00:00
OnCalendar=*-*-* 9:00:00
OnCalendar=*-*-* 13:00:00
OnCalendar=*-*-* 17:00:00
OnCalendar=*-*-* 21:00:00
OnBootSec=4h
OnUnitActiveSec=4h
Unit=mktodo.service
[Install]