diff options
Diffstat (limited to 'services/vdirsyncer')
-rwxr-xr-x | services/vdirsyncer/run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/vdirsyncer/run b/services/vdirsyncer/run new file mode 100755 index 0000000..66841dd --- /dev/null +++ b/services/vdirsyncer/run @@ -0,0 +1,4 @@ +#!/bin/sh -e +sleep 300 +/usr/bin/vdirsyncer sync +sleep 240 |