mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-31 23:55:42 +00:00
This gives the output of systemd-delta, systemctl dump and the contents of /var/lib/systemd/deb-systemd-helper-enabled. Print the udev database for udev. Closes: #711245
8 lines
119 B
Bash
8 lines
119 B
Bash
#!/bin/sh
|
|
|
|
echo "--------------" >&3
|
|
echo "udev database:" >&3
|
|
echo "--------------" >&3
|
|
|
|
udevadm info --export-db >&3
|