added caldav components (khal, vdirsync, todoman)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Sync calendars and contacts with vdirsyncer
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/env vdirsyncer sync
|
||||
RuntimeMaxSec=300
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run vdirsyncer every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnBootSec=5m
|
||||
OnUnitActiveSec=5m
|
||||
Unit=vdirsyncer.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user