Fallback to bird:bird
This commit is contained in:
Vendored
+2
-2
@@ -7,8 +7,8 @@ Wants=bird.service
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=-/etc/default/bird-exporter
|
||||
User=${BIRD_RUN_USER}
|
||||
Group=${BIRD_RUN_GROUP}
|
||||
User=${BIRD_RUN_USER:-bird}
|
||||
Group=${BIRD_RUN_GROUP:-bird}
|
||||
ExecStart=/usr/bin/bird-exporter $BIRD_EXPORTER_ARGS
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
Reference in New Issue
Block a user