mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-04 07:39:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#!/sbin/openrc-run
 | 
						|
description="Krata Networking Daemon"
 | 
						|
command="/usr/libexec/kratanet"
 | 
						|
supervisor="supervise-daemon"
 | 
						|
output_log="/var/log/kratanet.log"
 | 
						|
error_log="/var/log/kratanet.err"
 | 
						|
 | 
						|
depend() {
 | 
						|
  use kratad
 | 
						|
}
 | 
						|
 | 
						|
export RUST_LOG=info
 |