7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
|
case ${ACTION} in
|
||
|
post)
|
||
|
chown root:netdata usr/libexec/netdata/plugins.d/apps.plugin
|
||
|
chmod 4750 usr/libexec/netdata/plugins.d/apps.plugin
|
||
|
;;
|
||
|
esac
|