Swap systemd command, as it was causing issues on Debian.

This commit is contained in:
Ross McDonald
2016-03-30 10:17:31 -06:00
committed by Cameron Sparr
parent 4ad551be9a
commit 2f41ae24f8
+1 -1
View File
@@ -64,7 +64,7 @@ elif [[ -f /etc/debian_version ]]; then
which systemctl &>/dev/null
if [[ $? -eq 0 ]]; then
install_systemd
deb-systemd-invoke restart telegraf.service
systemctl restart telegraf
else
# Assuming sysv
install_init