mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
There are some aspects of this package which may not be Debian compliment. specifically we vendor in all node dependencies. The packaged produced will: create a bgpalerter use install systemd file install the binary to /usr/bin/bgpalert install dependencies install the example config files to /etc/bgpalerter/
14 lines
246 B
Desktop File
14 lines
246 B
Desktop File
[Unit]
|
|
Description=BGPalerter
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
User=bgpalerter
|
|
WorkingDirectory=/run/bgpalerter
|
|
ExecStart=/usr/bin/bgpalerter --config /etc/bgpalerter/config.yml
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|