mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			221 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			221 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Mailu service
 | 
						|
After=network.target docker.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
WorkingDirectory=/mailu
 | 
						|
ExecStart=/bin/docker-compose up
 | 
						|
ExecStop=/bin/docker-compose down
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |