summarylogtreecommitdiffstats
path: root/vboxvmsvga.service
diff options
context:
space:
mode:
Diffstat (limited to 'vboxvmsvga.service')
-rw-r--r--vboxvmsvga.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/vboxvmsvga.service b/vboxvmsvga.service
new file mode 100644
index 000000000000..8a48a4043cad
--- /dev/null
+++ b/vboxvmsvga.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=VirtualBox VMSVGA Service
+ConditionVirtualization=oracle
+After=vboxservice.service
+
+[Service]
+ExecStart=/usr/bin/VBoxClient -f --vmsvga
+
+[Install]
+WantedBy=graphical.target