diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-03-02 23:38:47 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-03-02 23:38:47 +0100 |
| commit | 836e2f723b9856fa6ca9eee1494fe6cdb915df2b (patch) | |
| tree | c6e4742ae4d746dade29d4fece328458fdbfcea1 /.config/systemd | |
| parent | 163412cb21b54fe481985fa21ed8527a9860496f (diff) | |
more cleanup
Diffstat (limited to '.config/systemd')
| -rw-r--r-- | .config/systemd/user/mbsync.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/mbsync.service b/.config/systemd/user/mbsync.service index 8a26bbd..892b701 100644 --- a/.config/systemd/user/mbsync.service +++ b/.config/systemd/user/mbsync.service @@ -3,5 +3,5 @@ Description=Mailbox synchronization service [Service] Type=oneshot -ExecStart=/usr/bin/mbsync -Va +ExecStart=/usr/bin/mbsync --verbose --all --config "${XDG_CONFIG_HOME}/mbsyncrc" |