Loading checkservices +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ for svc in "${services[@]}"; do [[ $systemd_cmd ]] && { systemctl "$systemd_cmd" "$svc" & } fi done wait # show failed units [[ $systemd_cmd && $show_failed ]] && systemctl --failed --all Loading Loading
checkservices +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ for svc in "${services[@]}"; do [[ $systemd_cmd ]] && { systemctl "$systemd_cmd" "$svc" & } fi done wait # show failed units [[ $systemd_cmd && $show_failed ]] && systemctl --failed --all Loading