3 # REQUIRE: mountcritlocal
9 pidfile
="/var/run/${name}.pid"
10 command="/sbin/${name}"
11 start_cmd
="udevd_start"
15 # Avoid doing the hangup+resume maneuver if udevd is
16 # already running normally.
17 if [ ! -e /var
/run
/udevd.pid
]; then
18 killall
-HUP udevd
&> /dev
/null
22 # If udevd was running before but its stuff was under
23 # the mountpoints, it now should be in place and there
24 # is no need to run it again.
25 if [ ! -e /var
/run
/udevd.pid
]; then