Swap systemd command, as it was causing issues on Debian.
This commit is contained in:
parent
4ad551be9a
commit
2f41ae24f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue