87d92badfc
oneshot units CANNOT have a `Restart=` setting, and including one invalidates the service file. Signed-off-by: Hugo Osvaldo Barrera <hugo@barrera.io> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
13 lines
278 B
Desktop File
13 lines
278 B
Desktop File
[Unit]
|
|
Description=Offlineimap Service (oneshot)
|
|
Documentation=man:offlineimap(1)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/offlineimap -o -u basic
|
|
# Give 120 seconds for offlineimap to gracefully stop before hard killing it:
|
|
TimeoutStopSec=120
|
|
|
|
[Install]
|
|
WantedBy=mail.target
|