12 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env watchman
 | |
| 
 | |
| #service_respawn='true'
 | |
| service_command='/usr/bin/vdevd'
 | |
| service_args=( -f /dev )
 | |
| service_tmpfiles=( '/run/vdev:dir' '/run/udev:symlink:/dev/metadata/udev' )
 | |
| 
 | |
| pre_start() {
 | |
| 	# Ensure that hotplug is empty
 | |
| 	true > /proc/sys/kernel/hotplug
 | |
| }
 |