Add sleep to initscript
[nodemanager.git] / initscripts / nm
index b88131c..6c41ffc 100755 (executable)
@@ -14,6 +14,9 @@
 
 [ -f /etc/sysconfig/nodemanager ] && . /etc/sysconfig/nodemanager
 
+# Wait for libvirt to finish initializing
+sleep 10
+
 options=${OPTIONS-"-d"}
 # turn on verbosity
 verboseoptions=${DEBUGOPTIONS-"-v -d"}