mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-05 07:34:42 +01:00
19 lines
534 B
Markdown
19 lines
534 B
Markdown
# bird-lg init
|
|
|
|
Systemd unit files for the bird-lg webservice, and for the proxy service running on routers.
|
|
|
|
You need to adapt the exact command used to start the service (`ExecStart`) and the `User`
|
|
under which it should run. Don't run the services as root!
|
|
|
|
## Installation
|
|
|
|
Copy the init file under `/etc/systemd/system/` and run:
|
|
|
|
systemctl daemon-reload
|
|
systemctl start bird-lg-proxy
|
|
systemctl enable bird-lg-proxy
|
|
|
|
## Credits
|
|
|
|
Adapted from <http://gitlab.netlib.re/arn/arn-confs/tree/master/routing/looking-glass>
|