Update the service unit config file references
This commit is contained in:
@@ -15,10 +15,10 @@ ExecStart=/usr/sbin/ipmi_exporter \
|
|||||||
{{ ipmi_exporter_args }} \
|
{{ ipmi_exporter_args }} \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ipmi_exporter_local_conf is defined %}
|
{% if ipmi_exporter_local_conf is defined %}
|
||||||
--config.file={{ ipmi_exporter_config_dir }}/local.conf \
|
--config.file={{ ipmi_exporter_config_dir }}/local.yml \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ipmi_exporter_web_conf is defined %}
|
{% if ipmi_exporter_web_conf is defined %}
|
||||||
--web.config.file={{ ipmi_exporter_config_dir }}/web.yaml
|
--web.config.file={{ ipmi_exporter_config_dir }}/web.yml
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
SyslogIdentifier=ipmi_exporter
|
SyslogIdentifier=ipmi_exporter
|
||||||
|
|||||||
Reference in New Issue
Block a user