Couple of debian fixes, cannot use variable expansions this way
This commit is contained in:
7
debian/bird-exporter.default
vendored
7
debian/bird-exporter.default
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user