8 lines
97 B
SYSTEMD
8 lines
97 B
SYSTEMD
|
[Unit]
|
||
|
Description=iSYnc IMAP Synchronizer
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/mbsync -a
|
||
|
|