switch from google calendar to posteo calendar
This commit is contained in:
parent
b8a2bd5d56
commit
810e1ae548
5 changed files with 99 additions and 3 deletions
11
services/vdirsyncer/vdirsyncer
Executable file
11
services/vdirsyncer/vdirsyncer
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue