1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-07-02 08:20:54 +02:00
offlineimap/contrib/systemd/offlineimap.service
Ben Boeckel 4f19927cee systemd: remove explicit -c argument
Removes the need for the non-existent xdg-env.service file and
offlineimap reads these files by default now anyways.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2015-03-22 21:40:20 +01:00

10 lines
129 B
Desktop File

[Unit]
Description=Offlineimap Service
[Service]
Type=oneshot
ExecStart=/usr/bin/offlineimap -o
[Install]
WantedBy=mail.target