forked from pool/virtualbox
Jan Engelhardt
c10cfbdb7c
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
13 lines
238 B
Desktop File
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
|