* Emit the new-devices event to cause the filesystems job to be
rerun. svn path=/nixos/trunk/; revision=7452
This commit is contained in:
parent
78fcb0a356
commit
f89f3c0643
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ start script
|
|||
if ${procps}/bin/pkill -u root '^udevd$'; then
|
||||
echo \"couldn't stop udevd\"
|
||||
fi
|
||||
|
||||
initctl emit new-devices
|
||||
end script
|
||||
|
||||
respawn ${udev}/sbin/udevd
|
||||
|
|
Loading…
Reference in a new issue