blob: 303381597a402edb422c4e57a459fbe8e8c297b3 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|