13 lines
214 B
SYSTEMD
13 lines
214 B
SYSTEMD
[Unit]
|
|
Description=Sync calendar %i every 5 minutes with vdirsyncer
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:5/10:00
|
|
FixedRandomDelay=true
|
|
AccuracySec=30s
|
|
RandomizedDelaySec=1m
|
|
Persistent=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target
|