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