isync: add '-a' option to service
Without channels as arguments or '-a' mbsync exits abnormally and the service fails to sync. With '-a', all configured channels are synced. Closes #32103. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
05eeda2777
commit
fa717989a4
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class Isync < Formula
|
|||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>#{opt_bin}/mbsync</string>
|
||||
<string>-a</string>
|
||||
<string>Periodic</string>
|
||||
</array>
|
||||
<key>StartInterval</key>
|
||||
|
|
Loading…
Reference in a new issue