summaryrefslogtreecommitdiffstats
path: root/debian/vboxweb.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 03:03:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 03:03:04 +0000
commite3b9d3bd4cce988d5f5f9bc60ef4bc893f7c1286 (patch)
tree0dcb3e8b4680fecde23b8ee488cca6e5ea90b7b7 /debian/vboxweb.service
parentUpdating vcs fields. (diff)
downloadvirtualbox-e3b9d3bd4cce988d5f5f9bc60ef4bc893f7c1286.tar.xz
virtualbox-e3b9d3bd4cce988d5f5f9bc60ef4bc893f7c1286.zip
Dropping vboxweb.service, never worked and needs too much customization (Reopens LP: #1894862).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/vboxweb.service')
-rw-r--r--debian/vboxweb.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/vboxweb.service b/debian/vboxweb.service
deleted file mode 100644
index a88f3ebd..00000000
--- a/debian/vboxweb.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=VirtualBox Web Service
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/vboxwebsrv --pidfile /run/vboxweb.pid --background
-PIDFile=/run/vboxweb.pid
-
-[Install]
-WantedBy=multi-user.target