Run spice-vdagentd without systemd-logind integration (#969405)
The system-wide spice guest agent, spice-vdagentd, normally uses systemd-logind to determine which of the per-session spice-vdagent instances it should be communicating with. On the non-live media, the X session isn't registered with systemd-logind, so instead start spice-vdagentd with -X to disable the systemd-logind integration and serve instead to a single spice-vdagent.
This commit is contained in:
parent
b8f14f2b40
commit
96ecdd4e6e
1
share/config_files/common/spice-vdagentd
Normal file
1
share/config_files/common/spice-vdagentd
Normal file
@ -0,0 +1 @@
|
||||
SPICE_VDAGENTD_EXTRA_ARGS=-X
|
@ -50,6 +50,7 @@ install ${configdir}/bash_history root/.bash_history
|
||||
install ${configdir}/profile root/.profile
|
||||
install ${configdir}/libuser.conf etc
|
||||
install ${configdir}/sysctl.conf etc/sysctl.d/anaconda.conf
|
||||
install ${configdir}/spice-vdagentd etc/sysconfig
|
||||
%if exists(root+"/etc/selinux/targeted"):
|
||||
install ${configdir}/selinux.config etc/selinux/config
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user