Commit 86b1ed43 authored by Seblu's avatar Seblu
Browse files

checkservices: wait restart are complete

parent 65aa86b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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