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

12 lines
196 B
SYSTEMD
Raw Normal View History

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