switch from google calendar to posteo calendar

This commit is contained in:
Felix Van der Jeugt 2018-08-13 14:00:59 +02:00
parent b8a2bd5d56
commit 810e1ae548
No known key found for this signature in database
GPG key ID: 58B209295023754D
5 changed files with 99 additions and 3 deletions

11
services/vdirsyncer/vdirsyncer Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh -e
# check for internet connection
! ip route ls | grep -v ''
# check if the gpg-agent is running
pgrep gpg-agent >/dev/null
vdirsyncer -v WARNING sync 2>&1
exec sleep 10m