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

13 lines
221 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
AccuracySec=10s
RandomizedDelaySec=45m
Persistent=yes
[Install]
WantedBy=default.target