summaryrefslogtreecommitdiffstats
path: root/debian/local
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-10 12:18:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-10 14:04:04 +0000
commit519c8348952bbc1ed56a8c84ac302532463ff8a6 (patch)
tree4b5d30c248fff282aa2ee6cc99435f677e2f07e1 /debian/local
parentUpdating watch file for non-repackaged upstream tarballs. (diff)
downloadnetdata-519c8348952bbc1ed56a8c84ac302532463ff8a6.tar.xz
netdata-519c8348952bbc1ed56a8c84ac302532463ff8a6.zip
Moving files not directly interpreted by debhelper to subdirectories within the debian packaging.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r--debian/local/netdata.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/local/netdata.conf b/debian/local/netdata.conf
new file mode 100644
index 000000000..e15f9b89b
--- /dev/null
+++ b/debian/local/netdata.conf
@@ -0,0 +1,19 @@
+# NetData Configuration
+
+# The current full configuration can be retrieved from the running
+# server at the URL
+#
+# http://localhost:19999/netdata.conf
+#
+# for example:
+#
+# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
+#
+
+[global]
+ run as user = netdata
+ web files owner = root
+ web files group = root
+ # Netdata is not designed to be exposed to potentially hostile
+ # networks. See https://github.com/netdata/netdata/issues/164
+ bind socket to IP = 127.0.0.1