Update the service unit config file references

This commit is contained in:
Alexander Gorelyshev
2025-12-28 14:15:35 +04:00
parent 52808bd5e9
commit b92787e364

View File

@@ -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