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:
parent
84cfb17607
commit
c10cfbdb7c
@ -4,7 +4,6 @@ ConditionVirtualization=|oracle
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecCondition=sh -c '[ "$XDG_SESSION_TYPE" = "wayland" ] || exit -1'
|
||||
ExecStart=/usr/bin/VBoxDRMClient
|
||||
Restart=on-failure
|
||||
|
||||
|
@ -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]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user