mirror of https://gitee.com/openkylin/libvirt.git
libvirtd: require virtlogd to start before libvirtd
In the non-systemd case, without socket activation, we need to proper ordering.
This commit is contained in:
parent
645881139b
commit
a8bb330f94
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: libvirtd
|
||||
# Required-Start: $network messagebus
|
||||
# Required-Start: $network messagebus virtlogd
|
||||
# Should-Start: $named
|
||||
# Should-Start: xend
|
||||
# Should-Start: avahi-daemon
|
||||
|
|
Loading…
Reference in New Issue