mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-09-17 21:45:33 +03:00
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:
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: libvirtd
|
# Provides: libvirtd
|
||||||
# Required-Start: $network messagebus
|
# Required-Start: $network messagebus virtlogd
|
||||||
# Should-Start: $named
|
# Should-Start: $named
|
||||||
# Should-Start: xend
|
# Should-Start: xend
|
||||||
# Should-Start: avahi-daemon
|
# Should-Start: avahi-daemon
|
||||||
|
Reference in New Issue
Block a user