diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-07-26 12:58:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-26 12:58:00 +0000 |
commit | 610943a6b002d179918f71f059ee6cbb7d35a465 (patch) | |
tree | 3b490fc3b1c0e1a865bc9bbac7421c1653c94146 /src/collectd/Makefile | |
parent | 24b8f02a1c9c6a59f4c53a0b7a4ea6d0978ee391 (diff) | |
parent | c94196ecdd12b7cbe89bce1be7a01860865fff82 (diff) |
Merge "src: add OVS PMD stats plugin configuration"
Diffstat (limited to 'src/collectd/Makefile')
-rw-r--r-- | src/collectd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile index cf1f704b..67646b0b 100644 --- a/src/collectd/Makefile +++ b/src/collectd/Makefile @@ -74,6 +74,7 @@ force_install: $(AT)sed -i -e 's/CapabilityBoundingSet=/CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_SYS_RAWIO CAP_SYS_ADMIN/g' /etc/systemd/system/collectd.service $(AT)sed -i -e 's|Environment=\(.*\)|Environment=XDG_CACHE_HOME='$(XDG_CACHE_HOME_DIR)' \1|g' /etc/systemd/system/collectd.service $(AT)systemctl daemon-reload + $(AT)sudo ./ovs_pmd_stats_config.sh $(AT)sudo ./include_config.sh @echo "Make install done" |