10 lines
203 B
Desktop File
10 lines
203 B
Desktop File
[Unit]
|
|
Description=Mailbox synchronization service for user %I
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/mbsync -Va
|
|
ExecStartPost=/usr/bin/notmuch new
|
|
User=%i
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|