mirror of https://github.com/apache/cloudstack.git
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
This commit is contained in:
commit
62988ac3ca
|
|
@ -39,11 +39,12 @@ start() {
|
|||
fi
|
||||
|
||||
# Workaround for ubuntu bug:577264, make sure cgconfig/cgred start before libvirt
|
||||
service libvirt-bin stop
|
||||
service cgred stop
|
||||
service cgconfig stop
|
||||
service cgconfig start
|
||||
service cgred start
|
||||
service libvirt-bin restart
|
||||
service libvirt-bin start
|
||||
|
||||
|
||||
if start-stop-daemon --start --quiet \
|
||||
|
|
|
|||
Loading…
Reference in New Issue