We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2044507 commit b0f518bCopy full SHA for b0f518b
SPECS/node-agent/node-agent.spec
@@ -136,6 +136,9 @@ chown -R node-agent:bm-agents %{_sysconfdir}/intel_edge_node
136
chmod 644 %{_sysconfdir}/edge-node/node/confs/%{name}.yaml
137
chmod 744 %{_sysconfdir}/edge-node/node/confs/%{name}
138
139
+# Remove client-proxy from monitoring
140
+sed -i '/client-proxy/{N;d;}' %{_sysconfdir}/edge-node/node/confs/%{name}.yaml
141
+
142
%systemd_post %{name}.service
143
144
%preun
0 commit comments