dotfiles/symlinks/config/systemd/user/mbsync.service

10 lines
140 B
SYSTEMD
Raw Normal View History

2022-07-27 08:22:52 +02:00
[Unit]
Description=Mailbox synchronization service
[Service]
Type=oneshot
ExecStart=/usr/bin/mbsync -Va
[Install]
WantedBy=default.target