From b1c8df030b435f193a4c66fa20758397af3b158b Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Fri, 16 Dec 2016 02:03:51 +0200 Subject: [PATCH] do not make executable netdata.service --- netdata-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netdata-installer.sh b/netdata-installer.sh index 14875340..adb99e4c 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -548,7 +548,7 @@ do done echo >&2 "Fixing permissions ..." -run find ./system/ -type f -a \! -name \*.in -a \! -name Makefile\* -a \! -name \*.conf -exec chmod 755 {} \; +run find ./system/ -type f -a \! -name \*.in -a \! -name Makefile\* -a \! -name \*.conf -a \! -name \*.service -exec chmod 755 {} \; NETDATA_ADDED_TO_DOCKER=0 if [ ${UID} -eq 0 ] -- 2.39.2