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