summaryrefslogtreecommitdiff
path: root/daemons/dcheck_mail
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/dcheck_mail')
-rwxr-xr-xdaemons/dcheck_mail6
1 files changed, 6 insertions, 0 deletions
diff --git a/daemons/dcheck_mail b/daemons/dcheck_mail
new file mode 100755
index 0000000..5eccb20
--- /dev/null
+++ b/daemons/dcheck_mail
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+while :; do
+ mbsync -a
+ sleep 300
+done