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

@@ -32,11 +32,11 @@ sudo systemctl start bird-exporter
Default configuration:
```
BIRD_RUN_USER=bird
BIRD_RUN_GROUP=bird
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"
```
The service runs as the `bird` user and group.
## Documentation
- **Manual page**: `man bird-exporter` (after package installation)