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

9
services/vdirsyncer/run Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
exec env \
HOME="${HOME:-/home/noctua}" \
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-/home/noctua/.config}" \
LC_ALL="en_US.utf-8" \
LANG="en_US.utf-8" \
PATH="/usr/local/bin:$HOME/.local/bin:$PATH" \
DISPLAY="${DISPLAY:-:0}" \
./vdirsyncer

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