Skip to content
Snippets Groups Projects
Commit 56d50d21 authored by Christophe Fergeau's avatar Christophe Fergeau
Browse files

systemd: Remove WantedBy=sockets.service in [Install]

.socket systemd units already automatically get a
Before=sockets.service, and the udev rule we have will ensure that when
the appropriate virtio device is there, the socket unit will be started,
so this WantedBy dependency is not needed, and is in part responsible
for these warnings:

[ INFO ] dev-virtio\x2dports-com.redhat.spice.0.device is not active.
[DEPEND] Dependency failed for Activation socket for spice guest agent daemon.

https://bugzilla.redhat.com/show_bug.cgi?id=1545212



Signed-off-by: default avatarChristophe Fergeau <cfergeau@redhat.com>
parent b07420ee
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -3,6 +3,3 @@ Description=Activation socket for spice guest agent daemon ...@@ -3,6 +3,3 @@ Description=Activation socket for spice guest agent daemon
[Socket] [Socket]
ListenStream=/var/run/spice-vdagentd/spice-vdagent-sock ListenStream=/var/run/spice-vdagentd/spice-vdagent-sock
[Install]
WantedBy=sockets.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment