systemd-delta command examples
systemd-delta – Find overridden configuration files
To see all local configuration:
systemd-delta
To see all runtime configuration:
systemd-delta /run
To see all system unit configuration changes:
systemd-delta systemd/system
To see all runtime “drop-in” changes for system units:
systemd-delta --type=extended /run/systemd/system