Commit b9455665 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: be more verbose if some services are not running

parent 2e46ce82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ fi
#
echo "$(date -u) - checking whether all services are running fine..."
if ! systemctl is-system-running > /dev/null; then
    systemctl status|head -5
    echo "Warning: systemd is reporting errors:"
    systemctl list-units --state=error,failed
    DIRTY=true