Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 496 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 496 Bytes

Service

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

See [email protected]