diff --git a/lynis b/lynis index 28edfda4..983a9612 100755 --- a/lynis +++ b/lynis @@ -794,7 +794,7 @@ ${NORMAL} FOUND=1 fi if [ ${FOUND} -eq 1 ]; then - LogText "Result: systemd is using systemd" + LogText "Result: system is using systemd" HAS_SYSTEMD=1 Report "systemd=1" else