Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove sysctl dependency from start command (backport #4068) (
#4072) ## Overview This change was prompted by an attempt to run the application in an unprivileged docker container based on a slim image. The absence of the `sysctl` command causes the application to fail the BBR check, even though that module is loaded and available. The goals of this PR are: - allow the application to run the BBR check in a restricted environment such as a docker container - make the application distribution agnostic by removing the `systemd` dependency - remove an instance of process forking with `exec` <hr>This is an automatic backport of pull request #4068 done by [Mergify](https://mergify.com). Co-authored-by: Mircea Colonescu <[email protected]>
- Loading branch information