]> arthur.barton.de Git - netdata.git/commitdiff
install netdata-lsb on debian wheezy; fixes #780
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 8 Nov 2016 22:24:37 +0000 (00:24 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 8 Nov 2016 22:24:37 +0000 (00:24 +0200)
netdata-installer.sh

index 6e3b179c60b7c0e4c9dd37c84233bb5075e2841d..319bd4efd4c9ecaf5a04784adc2bf7934b57ed9b 100755 (executable)
@@ -830,7 +830,7 @@ install_non_systemd_init() {
             run rc-update add netdata default && \
             installed_init_d=1
         
-        elif [ "${key}" = "ubuntu-12.04" -o "${key}" = "ubuntu-14.04" ]
+        elif [ "${key}" = "ubuntu-12.04" -o "${key}" = "ubuntu-14.04" -o "${key}" = "debian-7" ]
             then
             run cp system/netdata-lsb /etc/init.d/netdata && \
             run chmod 755 /etc/init.d/netdata && \