public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Fix wrong path to modprobe !
@ 2026-07-12 20:58
0 siblings, 0 replies; only message in thread
From: @ 2026-07-12 20:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/virtualbox-guest-additions
Branch : alext-upd-to-7.2.12
Commit : 99fa69b61a5dbd611ca94f4a1462998d0f2e252a
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2020-06-10T15:17:58+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/99fa69b61a5dbd611ca94f4a1462998d0f2e252a?branch=alext-upd-to-7.2.12
Log:
Fix wrong path to modprobe !
"Failed at step EXEC spawning /usr/bin/modprobe: No such file or directory"
---
diff --git a/vboxservice.service b/vboxservice.service
index 8dcbf03..dcc3200 100644
--- a/vboxservice.service
+++ b/vboxservice.service
@@ -4,7 +4,7 @@ ConditionVirtualization=|oracle
[Service]
Type=simple
-ExecStartPre=-/usr/bin/modprobe vboxguest
+ExecStartPre=-/usr/sbin/modprobe vboxguest
ExecStart=/usr/sbin/VBoxService -f
Restart=on-failure
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 20:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 20:58 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Fix wrong path to modprobe !
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox