Skip to content

Commit

Permalink
Merge pull request #647 from DataDog/kevinconaway/fix-sysprobe-perms
Browse files Browse the repository at this point in the history
[system-probe] Fix system-probe.yaml ownership
  • Loading branch information
albertvaka authored Oct 15, 2019
2 parents ad5d9c3 + d18f905 commit 4cc5ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/system-probe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
enable_conntrack: node['datadog']['system_probe']['enable_conntrack'],
extra_config: extra_config
)
owner 'dd-agent'
group 'root'
owner 'root'
group 'dd-agent'
mode '640'
notifies :restart, 'service[datadog-agent-sysprobe]', :delayed unless node['datadog']['system_probe']['enabled'] == false
# since process-agent collects network info through system-probe, enabling system-probe should also restart process-agent
Expand Down

0 comments on commit 4cc5ae2

Please sign in to comment.