Skip to content
Snippets Groups Projects
Commit 06fe518c authored by Guido Günther's avatar Guido Günther
Browse files

use invoke-rc.d

parent cca2e9a7
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,15 @@ Subject: [PATCH] remove-RHism.diff
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/virsh.1 b/virsh.1
index 063dde7..751c6aa 100644
index 45ea614..321adeb 100644
--- a/virsh.1
+++ b/virsh.1
@@ -164,7 +164,7 @@ the program.
@@ -171,7 +171,7 @@ the program.
.IX Header "NOTES"
All \fBvirsh\fR operations rely upon the libvirt library.
For any virsh commands to run xend/qemu, or what ever virtual library that libvirt supports. For this reason you should start xend/qemu as a service when your system first boots using xen/qemu. This can usually be done using the command
-\&\fBservice start libvirtd\fR .
+\&\fB/etc/init.d/libvirt-bin start\fR .
-\&\fBservice libvirtd start\fR .
+\&\fBinvoke-rc.d libvirt-bin start\fR .
.PP
Most \fBvirsh\fR commands require root privileges to run due to the
communications channels used to talk to the hypervisor. Running as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment