10 lines
168 B
SYSTEMD
10 lines
168 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mailbox synchronization service for user %I
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/mbsync -Va
|
||
|
User=%i
|
||
|
StandardOutput=syslog
|
||
|
StandardError=syslog
|