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/
6 lines
273 B
Plaintext
Executable File
6 lines
273 B
Plaintext
Executable File
#!/usr/bin/dh-exec
|
|
config.yml.example => etc/bgpalerter/config.yml
|
|
prefixes.yml.example => etc/bgpalerter/prefixes.yml
|
|
# required until sysuser support is added to debhelper-compat (expected in 14)
|
|
debian/node-bgpalerter.sysusers => usr/lib/sysusers.d/node-bgpalerter.conf
|