commit 61be4c19c1170801891824c054b32ce7189d2bfd
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 7 01:09:44 2020 +0100
vboxdrv.service should run after akmods.service
Better changelog message
update_vbox.sh | 2 +-
vboxdrv.service | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index 65b907c..87cf20e 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -16,7 +16,7 @@ git checkout master
git pull
if test $REL -eq 1
then
-rpmdev-bumpspec -n $VERSION -c "Update VBox to $VERSION" VirtualBox.spec
+rpmdev-bumpspec -n $VERSION -c "Update VirtualBox to $VERSION" VirtualBox.spec
rm UserManual.pdf
spectool -g VirtualBox.spec
# we need update sources files to avoid download the wrong UserManual.pdf
diff --git a/vboxdrv.service b/vboxdrv.service
index 189f48c..0ffbe2a 100644
--- a/vboxdrv.service
+++ b/vboxdrv.service
@@ -1,5 +1,6 @@
[Unit]
Description=Linux kernel module init script
+After=akmods.service
[Service]
Type=oneshot