Skip to content

Commit

Permalink
fix(node_exporter): remove MODULE_ID from unit
Browse files Browse the repository at this point in the history
MODULE_ID is not defined in this context

Co-authored-by: Davide Principi <[email protected]>
  • Loading branch information
gsanchietti and DavidePrincipi authored Feb 26, 2025
1 parent ccb3c8f commit 7e74baf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/imageroot/etc/systemd/system/node_exporter.service
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ExecStart=/usr/bin/podman run \
--cidfile %t/%N.cid \
--cgroups=no-conmon \
--replace \
--log-opt=tag=${MODULE_ID} \
--name %N \
--network=host \
--pid=host \
Expand Down

0 comments on commit 7e74baf

Please sign in to comment.