Signed-off-by: benutzer193 <registerbn@gmail.com> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
		
			
				
	
	
		
			14 lines
		
	
	
		
			282 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			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
 |