mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-10-27 20:39:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			230 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			230 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #!/sbin/openrc-run
 | |
| description="Krata Isolation Engine"
 | |
| command="/usr/sbin/kratad"
 | |
| supervisor="supervise-daemon"
 | |
| output_log="/var/log/kratad.log"
 | |
| error_log="/var/log/kratad.err"
 | |
| 
 | |
| depend() {
 | |
|   use xenstored
 | |
| }
 | |
| 
 | |
| export RUST_LOG=info
 |