1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-07-07 09:10:56 +02:00
offlineimap/contrib/systemd/offlineimap-oneshot.service
benutzer193 bf85746923 Create systemd oneshot services
Signed-off-by: benutzer193 <registerbn@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2017-03-28 18:17:12 +02:00

14 lines
282 B
Desktop File

[Unit]
Description=Offlineimap Service (oneshot)
[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