Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 566 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 566 Bytes

Service

Install

1. copy binary file

cp glider /usr/bin/

2. add service file

# copy service file to systemd
cp systemd/[email protected] /etc/systemd/system/

3. add config file: server.conf

# copy config file to /etc/glider/
mkdir /etc/glider/
cp ./config/glider.conf.example /etc/glider/server.conf

4. enable and start service: glider@server

# enable and start service
systemctl enable glider@server
systemctl start glider@server

See [email protected]