binary file:
cp glider /usr/bin/
service file:
# copy service file to systemd
cp systemd/[email protected] /etc/systemd/system/
config file: server.conf
# copy config file to /etc/glider/
mkdir /etc/glider/
cp glider.conf.example /etc/glider/server.conf
enable and start service: glider@server
# enable and start service
systemctl enable glider@server
systemctl start glider@server