From 82991f616d12c2315799b6de7da56e00846a3b11 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Wed, 3 Jun 2026 13:38:39 -0300 Subject: [PATCH] Revert "save custom systemd service" This reverts commit 0cc6d03a8ccbb9574e7b6693ec1af025b7127d28. --- .../systemd/system/vboxdrv-modules.service | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 usr/lib/systemd/system/vboxdrv-modules.service diff --git a/usr/lib/systemd/system/vboxdrv-modules.service b/usr/lib/systemd/system/vboxdrv-modules.service deleted file mode 100644 index 60f8101..0000000 --- a/usr/lib/systemd/system/vboxdrv-modules.service +++ /dev/null @@ -1,19 +0,0 @@ -[Unit] -Description=VirtualBox Linux kernel module -ConditionVirtualization=!container -DefaultDependencies=no -Before=systemd-modules-load.service -After=systemd-udevd.service - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/sbin/modprobe vboxdrv -ExecStart=/sbin/modprobe vboxnetflt -ExecStart=/sbin/modprobe vboxnetadp -ExecStop=/sbin/rmmod vboxnetflt -ExecStop=/sbin/rmmod vboxnetadp -ExecStop=/sbin/rmmod vboxdrv - -[Install] -WantedBy=sysinit.target