glider/systemd
2019-01-06 20:38:15 +08:00
..
glider@.service dns: set ttl to minttl config for custom dns recordings 2019-01-06 20:38:15 +08:00
README.md dns: set ttl to minttl config for custom dns recordings 2019-01-06 20:38:15 +08:00

Service

Install

1. copy binary file

cp glider /usr/bin/

2. add service file

# copy service file to systemd
cp systemd/glider@.service /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 glider@.service