Spice-vdagent
From SME Server
Revision as of 03:29, 9 April 2021 by Unnilennium (talk | contribs) (Created page with "SME10 yum install spice-vdagent -y config set spice-vdagentd service status enabled access private mkdir -p /usr/lib/systemd/system/spice-vdagentd.service.d/ printf "[Ins...")
SME10
yum install spice-vdagent -y config set spice-vdagentd service status enabled access private mkdir -p /usr/lib/systemd/system/spice-vdagentd.service.d/ printf "[Install]\nWantedBy=sme-server.target" > /usr/lib/systemd/system/spice-vdagentd.service.d/50koozali.conf /etc/e-smith/events/actions/systemd-default systemctl daemon-reload systemctl start spice-vdagentd.service