e18428b25b
Rather than having an option for syslog output, make a separate UI option. Signed-off-by: Ben Boeckel <mathstuf@gmail.com> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
10 lines
139 B
Desktop File
10 lines
139 B
Desktop File
[Unit]
|
|
Description=Offlineimap Service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/offlineimap -o -u syslog
|
|
|
|
[Install]
|
|
WantedBy=mail.target
|