forked from Spark/ssm-services
		
	vdevd
This commit is contained in:
		
							
								
								
									
										14
									
								
								init.d/vdevd
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										14
									
								
								init.d/vdevd
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| #!/usr/bin/env watchman | ||||
|  | ||||
| vdevd_dev='/dev' | ||||
| vdevd_rundir='/run/vdev' | ||||
|  | ||||
| #service_respawn='true' | ||||
| service_command='/usr/bin/vdevd' | ||||
| service_args="-f $vdevd_dev" | ||||
|  | ||||
| start() { | ||||
| 	mkdir -p "$vdevd_rundir" | ||||
| 	"$service_command" -1 "$vdevd_dev" | ||||
| 	watchman.start | ||||
| } | ||||
		Reference in New Issue
	
	Block a user