mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	https://gitlab.com/interception/linux/tools Minimal composable infrastructure on top of libudev and libevdev
		
			
				
	
	
		
			12 lines
		
	
	
		
			192 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			192 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/sbin/openrc-run
 | 
						|
 | 
						|
command=/usr/bin/udevmon
 | 
						|
command_args="-c /etc/interception/udevmon.yaml"
 | 
						|
pidfile=/run/udevmon.pid
 | 
						|
command_background=true
 | 
						|
 | 
						|
depend() {
 | 
						|
	want dev-settle
 | 
						|
	after dev-settle
 | 
						|
}
 |