Couple of debian fixes, cannot use variable expansions this way

This commit is contained in:
2025-12-31 16:18:47 +01:00
parent fab5119fc2
commit 86369a77f7
5 changed files with 24 additions and 12 deletions

View File

@@ -1,8 +1,3 @@
# Default settings for bird-exporter
# User and group to run bird-exporter as
BIRD_RUN_USER=bird
BIRD_RUN_GROUP=bird
# Command line arguments to pass to bird-exporter
BIRD_EXPORTER_ARGS="-period=60s -bird.socket=/var/run/bird/bird.ctl"
BIRD_EXPORTER_ARGS="-web.listen-address=:9324 -period=60s -bird.socket=/var/run/bird/bird.ctl"