You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			238 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			238 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=frp client
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| ExecStart=/usr/local/bin/frpc -c /etc/frp/frpc.ini
 | |
| ExecReload=/usr/local/bin/frpc reload -c /etc/frp/frpc.ini
 | |
| RestartSec=5
 | |
| Restart=always
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |