Skip to content

Commit

Permalink
Debugging setup failures
Browse files Browse the repository at this point in the history
Signed-off-by: Yariv Rachmani <[email protected]>
  • Loading branch information
Yarboa committed Nov 13, 2024
1 parent ed788d3 commit 6f77a33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ case "$1" in
if [ "$SYSTEMCTL_SKIP" == "N" ]; then
systemctl daemon-reload
systemctl start qm.service
if [ "$(systemctl is-active bluechi-agent)" != "active" ]; then
journalctl -xeu qm.service
fi
else
/usr/libexec/podman/quadlet /run/systemd/generator/
fi
Expand Down

0 comments on commit 6f77a33

Please sign in to comment.