unbound(role): fix systemd unit of prometheus exporter
This commit is contained in:
parent
a62d265db8
commit
724d537cd5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=/etc/prometheus-unbound-exporter.conf
|
||||
ExecStart=/bin/unbound_exporter ${UNBOUND_EXPORTER_ARGS}
|
||||
ExecStart=/bin/unbound_exporter $UNBOUND_EXPORTER_ARGS
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue