16 lines
412 B
SYSTEMD
16 lines
412 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Synchronise calendars with calcalist every 15 minutes
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=2m
|
||
|
|
OnUnitActiveSec=15m
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
# Spreads requests instead of every installation calling Google on the quarter
|
||
|
|
# hour. Google's Calendar API quota is per project and enforced per minute, and
|
||
|
|
# its own guidance is to randomise timing rather than to burst.
|
||
|
|
RandomizedDelaySec=120
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|