mirror of
				https://github.com/ventoy/Ventoy.git
				synced 2025-10-31 06:46:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #! /bin/sh
 | |
| # run a vblade daemon using a logger process
 | |
| # output is directed to syslogd
 | |
| #
 | |
| 
 | |
| sh -c "`dirname $0`/vblade $* < /dev/null 2>&1 | logger -t vbladed" &
 |