configuration/services/vdirsyncer/vdirsyncer
2019-11-27 14:46:36 +01:00

12 lines
187 B
Bash
Executable File

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