summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDaniel Schindler <daniel.schindler@steag.com>2017-07-19 10:49:03 +0200
committerGitHub <noreply@github.com>2017-07-19 10:49:03 +0200
commitc8333070ac3596dedd4b422bbf2fa3d8981fc8bf (patch)
tree9db9ef474d8cfd256920500525d83400ef6763fc /installer
parent9825914b2276022eb32582f54a3e356021e1e19a (diff)
Support for Oracle Linux #2480
Place init-scripts for Oralce Linux 5/6 releases
Diffstat (limited to 'installer')
-rw-r--r--installer/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/functions.sh b/installer/functions.sh
index c847ba1cd1..13e0da9b5a 100644
--- a/installer/functions.sh
+++ b/installer/functions.sh
@@ -437,7 +437,7 @@ install_non_systemd_init() {
run update-rc.d netdata defaults && \
run update-rc.d netdata enable && \
return 0
- elif [[ "${key}" =~ ^(amzn-201[567]|CentOS release 6|Red Hat Enterprise Linux Server release 6).* ]]
+ elif [[ "${key}" =~ ^(amzn-201[567]|ol|CentOS release 6|Red Hat Enterprise Linux Server release 6).* ]]
then
echo >&2 "Installing init.d file..."
run cp system/netdata-init-d /etc/init.d/netdata && \