Skip to content

Commit

Permalink
fix: MacOS restart agent hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmmcgivern committed Feb 23, 2024
1 parent c6f5d7c commit b0d63fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ install:
restart:
cmds:
- |
sudo -i -u $SUDO_USER brew services restart newrelic-infra-agent
brew services restart newrelic-infra-agent &>/dev/null
assert_agent_status_ok:
cmds:
Expand Down

0 comments on commit b0d63fc

Please sign in to comment.