Skip to content

Latest commit

 

History

History
 
 

systemd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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]