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
9
services/vdirsyncer/run
Executable file
9
services/vdirsyncer/run
Executable 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
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