f3b9963a48
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
15 lines
315 B
Desktop File
15 lines
315 B
Desktop File
[Unit]
|
|
Description=Offlineimap Service (oneshot)
|
|
Documentation=man:offlineimap(1)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/offlineimap -o -u syslog
|
|
# Give 12 seconds for offlineimap to gracefully stop before hard killing it.
|
|
TimeoutStopSec=12
|
|
#Restart=on-watchdog
|
|
#WatchdogSec=300
|
|
|
|
[Install]
|
|
WantedBy=mail.target
|