add conf for vdirsyncer and khal

This commit is contained in:
Bruno Carlin 2020-06-12 10:46:35 +02:00
parent 48afc9b7a7
commit 964a5a3c30
6 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[Unit]
Description=Synchronize local cache for remote agendas
[Service]
Type=oneshot
ExecStart=/home/bca/.local/bin/syncagenda

View file

@ -0,0 +1,11 @@
[Unit]
Description=Calendars synchronization timer
[Timer]
OnBootSec=2m
OnUnitActiveSec=5m
Persistent=true
Unit=syncagenda.service
[Install]
WantedBy=timers.target

View file

@ -0,0 +1 @@
/home/bca/.config/systemd/user/syncagenda.timer