mirror of
				https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
				synced 2025-11-04 11:08:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Mailcow Automatic Updater
 | 
						|
After=docker.service
 | 
						|
Wants=network-online.target
 | 
						|
Requires=docker.service
 | 
						|
 | 
						|
[Service]
 | 
						|
User=root
 | 
						|
Group=root
 | 
						|
WorkingDirectory=/opt/mailcow-dockerized/
 | 
						|
ExecStart=/opt/mailcow-dockerized/update.sh --force
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |