Устанавливаю libvirt, вижу сообщение:
Preparing... ################################################################################################### [100%]
1: libvirt-client ################################################################################################### [ 8%]
2: libvirt-daemon ################################################################################################### [ 16%]
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
3: libvirt-daemon-driver-network ################################################################################################### [ 25%]
Посмотрел скрипт postinstall пакета libvirt-daemon, там два вызова:
/usr/sbin/post_service libvirtd
/usr/sbin/post_service virtlockd
Сообщение относится к virtlockd, в /lib/systemd/system/virtlockd.service нет секции [Install].
Нормально ли это или нужно оформлять баг?