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:
parent
6e4eefb67c
commit
41267d71d4
@ -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
|
Fri Aug 19 15:21:39 MDT 2011 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: libvirtd
|
# Provides: libvirtd
|
||||||
# Required-Start: $network $remote_fs
|
# Required-Start: $network $remote_fs
|
||||||
# Should-Start: xend
|
# Should-Start: xend cgconfig
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Required-Stop: $network $remote_fs
|
# Required-Stop: $network $remote_fs
|
||||||
# Should-Stop: xend
|
# Should-Stop: xend cgconfig
|
||||||
# Default-Stop: 0 1 2 4 6
|
# Default-Stop: 0 1 2 4 6
|
||||||
# Short-Description: daemon for libvirt virtualization API
|
# Short-Description: daemon for libvirt virtualization API
|
||||||
# Description: This is a daemon for managing QEMU guest instances
|
# Description: This is a daemon for managing QEMU guest instances
|
||||||
|
Loading…
Reference in New Issue
Block a user