# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/prometheus-node-exporter/systemd.service.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- node_exporter-1.11.1/examples/systemd/node_exporter.service.vanilla 2026-04-16 19:57:01.754469710 +0200 +++ node_exporter-1.11.1/examples/systemd/node_exporter.service 2026-04-16 19:58:19.936014493 +0200 @@ -7,7 +7,7 @@ # Fallback when environment file does not exist Environment=OPTIONS= EnvironmentFile=-/etc/sysconfig/node_exporter -ExecStart=/usr/sbin/node_exporter --web.systemd-socket $OPTIONS +ExecStart=/usr/bin/node_exporter --web.systemd-socket $OPTIONS [Install] WantedBy=multi-user.target