summaryrefslogtreecommitdiffstats
path: root/docker/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/run.sh')
-rw-r--r--docker/run.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/docker/run.sh b/docker/run.sh
deleted file mode 100644
index b4cf52c7a..000000000
--- a/docker/run.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-if [ ${PGID+x} ]; then
- echo "Adding user netdata to group with id ${PGID}"
- addgroup -g "${PGID}" -S hostgroup 2>/dev/null
- sed -i "s/${PGID}:$/${PGID}:netdata/g" /etc/group
-fi
-
-exec /usr/sbin/netdata -u netdata -D -s /host -p "${NETDATA_PORT}" "$@"