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