12 lines
208 B
SYSTEMD
12 lines
208 B
SYSTEMD
|
[Unit]
|
||
|
Description=Offlineimap Service for account %i (oneshot)
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/offlineimap -o -a %i -u syslog
|
||
|
#Restart=on-watchdog
|
||
|
#WatchdogSec=300
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=mail.target
|