Add project files

This commit is contained in:
2024-11-03 10:25:58 +01:00
parent 4d33976b0b
commit defba7ee6f
2 changed files with 15 additions and 0 deletions

4
install.sh Normal file
View File

@ -0,0 +1,4 @@
sudo cp virtualhereclient.service /etc/systemd/system/virtualhereclient.service
systemctl daemon-reload
systemctl enable virtualhereclient.service
systemctl start virtualhereclient.service

11
virtualhereclient.service Normal file
View File

@ -0,0 +1,11 @@
# Contents of /etc/systemd/system/virtualhereclient.service
[Unit]
Description=VirtualHere Client
After=network.target
[Service]
Type=simple
ExecStart=/home/gamer/virtualhere/vhclientx86_64 -c /home/gamer/virtualhere/vh.conf
[Install]
WantedBy=multi-user.target