Skip to content
Snippets Groups Projects
Commit b9455665 authored by Holger Levsen's avatar Holger Levsen
Browse files

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


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 2e46ce82
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment