1
0
Fork 0
old-dotfiles/.config/systemd/user/mbsync.service

11 lines
175 B
SYSTEMD
Raw Normal View History

2023-02-18 21:12:37 +01:00
[Unit]
Description=Mailbox synchronization service
[Service]
Type=oneshot
ExecStart=/usr/bin/mbsync -Va
ExecStartPost=/usr/bin/notmuch new
[Install]
WantedBy=default.target