Skip to content

Commit

Permalink
revert enabling sysprobe on sysvinit systems (#34512)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll authored Feb 27, 2025
1 parent da8f45d commit 2d3fc29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omnibus/package-scripts/agent-deb/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ elif command -v update-rc.d >/dev/null 2>&1; then
update-rc.d $SERVICE_NAME-process defaults || echo "[ WARNING ]\tCannot enable $SERVICE_NAME-process with update-rc.d"
update-rc.d $SERVICE_NAME-trace defaults || echo "[ WARNING ]\tCannot enable $SERVICE_NAME-trace with update-rc.d"
update-rc.d $SERVICE_NAME-security defaults || echo "[ WARNING ]\tCannot enable $SERVICE_NAME-security with update-rc.d"
update-rc.d $SERVICE_NAME-system-probe defaults || echo "[ WARNING ]\tCannot enable $SERVICE_NAME-system-probe with update-rc.d"
else
echo "[ WARNING ]\tCannot detect a supported init system. The datadog-agent package only provides service files for systemd, upstart and sysvinit."
fi
Expand Down

0 comments on commit 2d3fc29

Please sign in to comment.