mirror of
				https://github.com/bjdgyc/anylink.git
				synced 2025-11-04 19:16:22 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			275 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			275 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=VPN Server Service
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
User=root
 | 
						|
WorkingDirectory= /usr/local/anylink-deploy
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=5s
 | 
						|
ExecStart=/usr/local/anylink-deploy/anylink -conf="conf/server.toml"
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |