1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/phpvirtualbox/vboxweb.service

12 lines
219 B
SYSTEMD
Raw Normal View History

2016-06-06 16:51:39 +00:00
# /etc/systemd/system/vboxweb.service
[Unit]
Description=VirtualBox Web Service
After=network.target
[Service]
ExecStart=/usr/bin/vboxwebsrv -H 0.0.0.0 -p 18083
Restart=on-failure
[Install]
WantedBy=multi-user.target