Swap systemd command, as it was causing issues on Debian.
This commit is contained in:
committed by
Cameron Sparr
parent
4ad551be9a
commit
2f41ae24f8
@@ -64,7 +64,7 @@ elif [[ -f /etc/debian_version ]]; then
|
|||||||
which systemctl &>/dev/null
|
which systemctl &>/dev/null
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
install_systemd
|
install_systemd
|
||||||
deb-systemd-invoke restart telegraf.service
|
systemctl restart telegraf
|
||||||
else
|
else
|
||||||
# Assuming sysv
|
# Assuming sysv
|
||||||
install_init
|
install_init
|
||||||
|
|||||||
Reference in New Issue
Block a user