shebangs just in case
[nodemanager.git] / initscripts / nm
index b88131c..13f30ed 100755 (executable)
@@ -1,8 +1,5 @@
 #!/bin/bash
 #
-# $Id$
-# $URL$
-#
 # nm       Starts and stops Node Manager daemon
 #
 # chkconfig: 3 97 26
@@ -14,6 +11,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"}