Skip to content

Commit d9dbd64

Browse files
fauustgrooverdan
authored andcommitted
Systemd version is usefull for debug
Having the version in BB env run helps debugging.
1 parent 2bed8e3 commit d9dbd64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def printEnv() -> steps.ShellCommand:
150150
date -u
151151
uname -a
152152
ulimit -a
153+
command -v systemctl >/dev/null && systemctl --version
153154
command -v lscpu >/dev/null && lscpu
154155
LD_SHOW_AUXV=1 sleep 0
155156
"""

0 commit comments

Comments
 (0)