mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 14:35:18 +00:00
Improve init.d file headers
* qemud/libvirtd.init.in: improve the LSB init header for the init.d file, patch by Frederik Himpe Daniel
This commit is contained in:
parent
1dfc35677e
commit
2a1c7b57ff
@ -1,3 +1,8 @@
|
||||
Thu May 7 09:31:22 CEST 2009 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* qemud/libvirtd.init.in: improve the LSB init header for the
|
||||
init.d file, patch by Frederik Himpe
|
||||
|
||||
Thu May 7 09:26:50 CEST 2009 Guido Günther <agx@sigxcpu.org>
|
||||
|
||||
* src/util.c (virFileWritePid): check for NULL pointers
|
||||
|
@ -5,7 +5,13 @@
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: libvirtd
|
||||
# Required-Start: $network messagebus
|
||||
# Should-Start: $named
|
||||
# Should-Start: xend
|
||||
# Should-Start: hal
|
||||
# Should-Start: avahi
|
||||
# Required-Stop: $network messagebus
|
||||
# Should-Stop: $named
|
||||
# Default-Start: 3 4 5
|
||||
# Short-Description: daemon for libvirt virtualization API
|
||||
# Description: This is a daemon for managing guest instances
|
||||
|
Loading…
x
Reference in New Issue
Block a user