summarylogtreecommitdiffstats
path: root/vboxweb.service
diff options
context:
space:
mode:
Diffstat (limited to 'vboxweb.service')
-rw-r--r--vboxweb.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/vboxweb.service b/vboxweb.service
new file mode 100644
index 000000000000..303381597a40
--- /dev/null
+++ b/vboxweb.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=VirtualBox Web Service
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/vboxweb.pid
+ExecStart=/usr/bin/vboxwebsrv --pidfile /run/vboxweb.pid --background
+
+[Install]
+WantedBy=multi-user.target