12 lines
265 B
Desktop File
12 lines
265 B
Desktop File
# 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
|