mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 14:10:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			374 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			374 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Bridgehead (%i)
 | 
						|
Requires=docker.service
 | 
						|
 | 
						|
[Service]
 | 
						|
User=bridgehead
 | 
						|
Restart=always
 | 
						|
RestartSec=30
 | 
						|
ExecStartPre=-/srv/docker/bridgehead/bridgehead preRun %i
 | 
						|
ExecStart=/srv/docker/bridgehead/bridgehead start %i
 | 
						|
ExecStop=/srv/docker/bridgehead/bridgehead stop %i
 | 
						|
ExecStopPost=-/srv/docker/bridgehead/bridgehead postRun %i
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |