[pve-devel] r5265 - qemu-server/trunk
svn-commits at proxmox.com
svn-commits at proxmox.com
Tue Oct 12 12:43:13 CEST 2010
Author: dietmar
Date: 2010-10-12 10:43:13 +0000 (Tue, 12 Oct 2010)
New Revision: 5265
Modified:
qemu-server/trunk/qemu.init.d
Log:
Modified: qemu-server/trunk/qemu.init.d
===================================================================
--- qemu-server/trunk/qemu.init.d 2010-10-12 10:42:07 UTC (rev 5264)
+++ qemu-server/trunk/qemu.init.d 2010-10-12 10:43:13 UTC (rev 5265)
@@ -1,5 +1,14 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: qemu-server
+# Required-Start: $network $local_fs $remote_fs
+# Required-Stop: $network $local_fs $remote_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: start all qemu/kvm virtual machines
+### END INIT INFO
+
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
PROG=/usr/sbin/qm
DESC="Qemu Server"
More information about the pve-devel
mailing list