collectd: fix Exec user

This commit is contained in:
Astro 2020-05-15 18:04:19 +02:00
parent 6820f32570
commit 9fa3b445cf
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ LoadPlugin ping
{%- elif plugin == 'dhcpcount' and conf %}
LoadPlugin exec
<Plugin exec>
Exec "collectd" "/usr/bin/dhcpcount.rb"
Exec "nobody" "/usr/bin/dhcpcount.rb"
</Plugin>
{%- elif conf is mapping %}