diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/daemons/mail-syncd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/daemons/mail-syncd b/scripts/daemons/mail-syncd index e317ace..029b5a7 100755 --- a/scripts/daemons/mail-syncd +++ b/scripts/daemons/mail-syncd @@ -1,5 +1,9 @@ #!/bin/sh +. "lib_common.sh" + +check_program "mbsync" + while true; do mbsync -a sleep 300 |
