mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add phpvirtualbox
This commit is contained in:
11
phpvirtualbox/vboxweb.service
Normal file
11
phpvirtualbox/vboxweb.service
Normal file
@@ -0,0 +1,11 @@
|
||||
# /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
|
||||
Reference in New Issue
Block a user