VirtualBox/vboxweb.service
Silvan Calarco a4cacfcc4a patched to fix for R0 module error (https://www.virtualbox.org/ticket/20904)
guest additions: updated with more systemd support and refactored subpackage names [release 6.1.34-2mamba;Tue May 17 2022]
2024-01-05 17:54:51 +01:00

12 lines
221 B
Desktop File

[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