Commit 65aa86b3 authored by Seblu's avatar Seblu
Browse files

checkservices: exit 0 on success

parent 7e3596f2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,3 +85,5 @@ done

# show failed units
[[ $systemd_cmd && $show_failed ]] && systemctl --failed --all

exit 0