Fix udev startup issue in OpenVZ guest environment
svn path=/nixos/trunk/; revision=22725
This commit is contained in:
parent
82be7d8d65
commit
2e9851cec2
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ in
|
|||
|
||||
preStart =
|
||||
''
|
||||
echo "" > /proc/sys/kernel/hotplug
|
||||
echo "" > /proc/sys/kernel/hotplug || true
|
||||
|
||||
mkdir -p /var/lib/udev/rules.d
|
||||
|
||||
|
|
Loading…
Reference in a new issue