nixpkgs/pkgs/servers/amqp/rabbitmq-server
Sander 2174b6acb9
rabbitmq-server: fix management agent crash when calling ps on macOS
When built with procps in the runtime path, the
rabbitmq_management_agent repeatedly crashes trying to call `ps -o
rss=`. It errors out with: `rss: requires entitlement`.

This PR uses the built-in ps on macOS instead. I imagine it's
signed with the correct entitlements.
2024-11-19 20:58:45 +04:00
..
default.nix rabbitmq-server: fix management agent crash when calling ps on macOS 2024-11-19 20:58:45 +04:00