mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 03:07:48 +00:00
8 lines
161 B
SYSTEMD
8 lines
161 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mailbox synchronization service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/mbsync -Va
|
||
|
ExecStartPost=/home/bruno/dotfiles/mutt/notmuch-hook.sh
|