Skip to content

Commit 53dce60

Browse files
committed
Added virtualbox-guest-utils and dependencies
1 parent 51e0601 commit 53dce60

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/usr/lib/systemd/system/vboxservice.service
1+
vboxservice.service
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+

0 commit comments

Comments
 (0)