16 lines
		
	
	
		
			396 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			396 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=HAProxy Load Balancer
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid"
 | |
| ExecStartPre=/usr/sbin/haproxy -f $CONFIG -c -q
 | |
| ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -p $PIDFILE
 | |
| ExecReload=/usr/sbin/haproxy -f $CONFIG -c -q
 | |
| ExecReload=/bin/kill -USR2 $MAINPID
 | |
| KillMode=mixed
 | |
| Type=notify
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |