Skip to content

Commit

Permalink
Refactor netdata.service to improve podman stop behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Oct 28, 2024
1 parent 05fe1cf commit f5b4cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageroot/netdata.service
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ExecStart=/usr/bin/podman run \
${NETDATA_IMAGE} \
-W set statsd enabled no

ExecStop=/usr/bin/podman kill --signal INT %N
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%N.cid -t 10
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%N.cid
PIDFile=%t/%N.pid
Expand Down

0 comments on commit f5b4cee

Please sign in to comment.