1
0
forked from pool/virtualbox
virtualbox/vboxclient.service
Jan Engelhardt c10cfbdb7c Delete ExecCondition from vboxclient.service
Remove bogus ExecCondition= from vboxclient.service, because
VBoxDRMClient is unconditionally launched by udev hardware rule
anyway if it is not running already. vboxadd-service also starts
DRMClient if the udev rule were not to be present.

References: https://bugzilla.opensuse.org/1234870
2025-01-04 02:43:17 +01:00

13 lines
238 B
Desktop File

[Unit]
Description=VirtualBox guest VMSVGA resize client
ConditionVirtualization=|oracle
[Service]
Type=simple
ExecStart=/usr/bin/VBoxDRMClient
Restart=on-failure
[Install]
WantedBy=multi-user.target
# also Wanted by 90-vboxguest.rules