Added systemd units
This commit is contained in:
12
systemd/vdirsyncer@.timer
Normal file
12
systemd/vdirsyncer@.timer
Normal file
@ -0,0 +1,12 @@
|
||||
[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
|
Reference in New Issue
Block a user