Icinga2Agent.bash: restart instruction > systemctl

fixes #1944
This commit is contained in:
Thomas Gelf 2019-09-26 15:30:12 +02:00
parent fca63e6761
commit 1ec0abba7a
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ if [ -z "${ICINGA2_DRYRUN}" ]; then
"$ICINGA2_BIN" daemon -C
echo "Please restart icinga2:"
echo " service icinga2 restart"
echo " systemctl restart icinga2"
else
output_code() {
sed 's/^/ /m' <<<"$1"