summaryrefslogtreecommitdiffstats
path: root/debian/systemd.bug-script
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 03:52:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 03:52:36 +0000
commit73fcfd4b13d862fd05321b4fbe32ec52330fc936 (patch)
tree480aaca6aeb1d119745379e839360f8d5126136e /debian/systemd.bug-script
parentMerging upstream version 256. (diff)
downloadsystemd-73fcfd4b13d862fd05321b4fbe32ec52330fc936.tar.xz
systemd-73fcfd4b13d862fd05321b4fbe32ec52330fc936.zip
Merging debian version 256-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/systemd.bug-script')
-rw-r--r--debian/systemd.bug-script2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/systemd.bug-script b/debian/systemd.bug-script
index b1099e7..9c05835 100644
--- a/debian/systemd.bug-script
+++ b/debian/systemd.bug-script
@@ -31,6 +31,8 @@ echo "$DIR/systemd-delta.txt" >&3
if [ -d /run/systemd/system ]; then
systemd-analyze --no-pager dump >$DIR/systemd-analyze-dump.txt 2>&1
echo "$DIR/systemd-analyze-dump.txt" >&3
+ busctl --no-pager get-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager Tainted >$DIR/taints.txt 2>&1
+ echo "$DIR/taints.txt" >&3
fi
if [ -d /var/lib/systemd/deb-systemd-helper-enabled ]; then