diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 03:03:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 03:03:04 +0000 |
commit | e3b9d3bd4cce988d5f5f9bc60ef4bc893f7c1286 (patch) | |
tree | 0dcb3e8b4680fecde23b8ee488cca6e5ea90b7b7 /debian/vboxweb.service | |
parent | Updating vcs fields. (diff) | |
download | virtualbox-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.service | 11 |
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 |