We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51e0601 + 3befa3d commit 50fe534Copy full SHA for 50fe534
airootfs/etc/systemd/system/vboxservice.service
@@ -0,0 +1,11 @@
1
+[Unit]
2
+Description=VirtualBox Guest Additions service
3
+After=network.target
4
+
5
+[Service]
6
+ExecStart=/usr/bin/VBoxService --foreground
7
+ExecStop=/usr/bin/VBoxService --pidfile /var/run/vboxadd-service.pid --no-start
8
9
+[Install]
10
+WantedBy=multi-user.target
11
packages.x86_64
@@ -135,7 +135,7 @@ networkmanager
135
network-manager-applet
136
base-devel
137
pacman-contrib
138
-#virtualbox-guest-utils
+virtualbox-guest-utils
139
140
141
## TCET Linux Desktop Env - XFCE
0 commit comments