mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 11:15:07 +03:00 
			
		
		
		
	changed Yggdrasil to RiV-mesh
added webview GUI
This commit is contained in:
		
							parent
							
								
									3613614b41
								
							
						
					
					
						commit
						b5ee2aa023
					
				
					 75 changed files with 1066 additions and 471 deletions
				
			
		| 
						 | 
				
			
			@ -2,10 +2,10 @@
 | 
			
		|||
 | 
			
		||||
description="An experiment in scalable routing as an encrypted IPv6 overlay network."
 | 
			
		||||
 | 
			
		||||
CONFFILE="/etc/yggdrasil.conf"
 | 
			
		||||
CONFFILE="/etc/mesh.conf"
 | 
			
		||||
pidfile="/run/${RC_SVCNAME}.pid"
 | 
			
		||||
 | 
			
		||||
command="/usr/bin/yggdrasil"
 | 
			
		||||
command="/usr/bin/mesh"
 | 
			
		||||
extra_started_commands="reload"
 | 
			
		||||
 | 
			
		||||
depend() {
 | 
			
		||||
| 
						 | 
				
			
			@ -36,8 +36,8 @@ start() {
 | 
			
		|||
		--pidfile "${pidfile}" \
 | 
			
		||||
		--make-pidfile \
 | 
			
		||||
		--background \
 | 
			
		||||
		--stdout /var/log/yggdrasil.stdout.log \
 | 
			
		||||
		--stderr /var/log/yggdrasil.stderr.log \
 | 
			
		||||
		--stdout /var/log/mesh.stdout.log \
 | 
			
		||||
		--stderr /var/log/mesh.stderr.log \
 | 
			
		||||
		--exec "${command}" -- -useconffile "${CONFFILE}"
 | 
			
		||||
	eend $?
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue