1
0
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:
Guido Günther
2015-12-04 14:52:55 +01:00
parent 645881139b
commit a8bb330f94

View File

@@ -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