vdevd
This commit is contained in:
parent
b51c96ba87
commit
2093fe139b
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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user