mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			336 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			336 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=3proxy tiny proxy server
 | 
						|
Documentation=man:3proxy(1)
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Environment=CONFIGFILE=/etc/3proxy/3proxy.cfg
 | 
						|
ExecStart=/bin/3proxy ${CONFIGFILE} &
 | 
						|
ExecReload=/bin/kill -SIGUSR1 $MAINPID
 | 
						|
KillMode=process
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=60s
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 | 
						|
Alias=3proxy.service |