1
0
forked from pool/virtualbox

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
This commit is contained in:
Jan Engelhardt 2025-01-04 02:41:39 +01:00
parent 84cfb17607
commit c10cfbdb7c
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ ConditionVirtualization=|oracle
[Service] [Service]
Type=simple Type=simple
ExecCondition=sh -c '[ "$XDG_SESSION_TYPE" = "wayland" ] || exit -1'
ExecStart=/usr/bin/VBoxDRMClient ExecStart=/usr/bin/VBoxDRMClient
Restart=on-failure Restart=on-failure

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 3 00:37:20 UTC 2025 - Jan Engelhardt <jengelh@inai.de> Sat Jan 4 01:40:37 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Resolve wrong placement of ExecCondition= directive. - Remove bogus ExecCondition= from vboxclient.service.
[boo#1234870] [boo#1234870]
------------------------------------------------------------------- -------------------------------------------------------------------