add conf for vdirsyncer and khal
This commit is contained in:
parent
48afc9b7a7
commit
964a5a3c30
6 changed files with 88 additions and 0 deletions
6
systemd/.config/systemd/user/syncagenda.service
Normal file
6
systemd/.config/systemd/user/syncagenda.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Synchronize local cache for remote agendas
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/bca/.local/bin/syncagenda
|
11
systemd/.config/systemd/user/syncagenda.timer
Normal file
11
systemd/.config/systemd/user/syncagenda.timer
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Calendars synchronization timer
|
||||
|
||||
[Timer]
|
||||
OnBootSec=2m
|
||||
OnUnitActiveSec=5m
|
||||
Persistent=true
|
||||
Unit=syncagenda.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
|
@ -0,0 +1 @@
|
|||
/home/bca/.config/systemd/user/syncagenda.timer
|
Loading…
Add table
Add a link
Reference in a new issue