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

12 lines
196 B
INI
Raw Normal View History

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