14 lines
		
	
	
		
			272 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			272 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Offlineimap Service
 | 
						|
 | 
						|
[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
 |