Put the binary under a more universal path for consistency with RHEL distros

This commit is contained in:
Alexander Gorelyshev
2025-12-19 16:33:21 +04:00
parent f85dd70eb9
commit ddcbb980f6
3 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ StartLimitBurst=5
[Service]
Type=simple
ExecStart=/usr/local/bin/ipmi_exporter \
ExecStart=/usr/sbin/ipmi_exporter \
--web.listen-address={{ ipmi_exporter_web_listen_address }} \
--log.level={{ ipmi_exporter_log_level }} \
--log.format={{ ipmi_exporter_log_format }} \