Add project files
This commit is contained in:
4
install.sh
Normal file
4
install.sh
Normal 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
11
virtualhereclient.service
Normal 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
|
Reference in New Issue
Block a user