mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
ci: integration: Add virtnetworkd to the list of restarted services
It was missing from the set. While at it, order the daemon set alphabetically. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
42b2f1f8b8
commit
045e642d29
@ -39,9 +39,9 @@
|
||||
- if test "$ID" = "centos" && test "$VERSION_ID" -lt 9 ||
|
||||
test "$ID" = "fedora" && test "$VERSION_ID" -lt 35;
|
||||
then
|
||||
DAEMONS="libvirtd virtlogd virtlockd";
|
||||
DAEMONS="libvirtd virtlockd virtlogd";
|
||||
else
|
||||
DAEMONS="virtproxyd virtqemud virtinterfaced virtsecretd virtstoraged virtnwfilterd virtnodedevd virtlogd virtlockd";
|
||||
DAEMONS="virtinterfaced virtlockd virtlogd virtnetworkd virtnodedevd virtnwfilterd virtproxyd virtqemud virtsecretd virtstoraged";
|
||||
fi
|
||||
- for daemon in $DAEMONS;
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user