7 lines
208 B
Text
7 lines
208 B
Text
case ${ACTION} in
|
|
post)
|
|
chown -R _netdata:_netdata usr/share/netdata/webroot
|
|
chown root:_netdata usr/libexec/netdata/plugins.d/apps.plugin
|
|
chmod 4750 usr/libexec/netdata/plugins.d/apps.plugin
|
|
;;
|
|
esac
|