random-scripts/systemd/sync-mail@.timer

13 lines
220 B
SYSTEMD
Raw Normal View History

2023-05-26 21:10:38 -07:00
[Unit]
2023-05-27 02:11:29 -07:00
Description=Sync mail every minute with mbsync and send notifications
2023-05-26 21:10:38 -07:00
[Timer]
OnCalendar=*-*-* *:*:00
FixedRandomDelay=true
2023-05-27 02:39:16 -07:00
AccuracySec=5s
2023-05-27 05:26:26 -07:00
RandomizedDelaySec=15s
2023-05-26 21:10:38 -07:00
Persistent=yes
[Install]
WantedBy=default.target