Silvan Calarco
a4cacfcc4a
guest additions: updated with more systemd support and refactored subpackage names [release 6.1.34-2mamba;Tue May 17 2022]
12 lines
221 B
Desktop File
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
|