SHA256
1
0
forked from pool/libvirt

cgconfig should be available when libvirtd is running

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=143
This commit is contained in:
James Fehlig 2011-08-25 02:34:20 +00:00 committed by Git OBS Bridge
parent 6e4eefb67c
commit 41267d71d4
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 24 20:29:37 MDT 2011 - jfehlig@novell.com
- Add cgconfig to Should-{Start,Stop} in libvirtd init script
bnc#712245
-------------------------------------------------------------------
Fri Aug 19 15:21:39 MDT 2011 - jfehlig@suse.com

View File

@ -6,10 +6,10 @@
### BEGIN INIT INFO
# Provides: libvirtd
# Required-Start: $network $remote_fs
# Should-Start: xend
# Should-Start: xend cgconfig
# Default-Start: 3 5
# Required-Stop: $network $remote_fs
# Should-Stop: xend
# Should-Stop: xend cgconfig
# Default-Stop: 0 1 2 4 6
# Short-Description: daemon for libvirt virtualization API
# Description: This is a daemon for managing QEMU guest instances