Locate modified systemd unit configuration files.
List modified systemd unit configuration files.
$ systemd-delta --no-pager --diff=false
[OVERRIDDEN] /etc/systemd/system/docker.service → /usr/lib/systemd/system/docker.service [EXTENDED] /etc/systemd/system/docker.service → /etc/systemd/system/docker.service.d/limits.conf [MASKED] /etc/systemd/system/samba-ad-dc.service → /usr/lib/systemd/system/samba-ad-dc.service [EXTENDED] /usr/lib/systemd/system/rc-local.service → /usr/lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /usr/lib/systemd/system/systemd-localed.service → /usr/lib/systemd/system/systemd-localed.service.d/locale-gen.conf [EXTENDED] /usr/lib/systemd/system/user@.service → /usr/lib/systemd/system/user@.service.d/timeout.conf 6 overridden configuration files found.
List modified systemd unit configuration files with a diff for overridden ones.
$ systemd-delta --no-pager
[OVERRIDDEN] /etc/systemd/system/docker.service → /usr/lib/systemd/system/docker.service --- /usr/lib/systemd/system/docker.service 2022-01-22 21:44:09.799991160 +0100 +++ /etc/systemd/system/docker.service 2022-01-22 21:44:24.047991578 +0100 @@ -30,7 +30,7 @@ # in the kernel. We recommend using cgroups to do container-local accounting. LimitNOFILE=infinity LimitNPROC=infinity -LimitCORE=infinity +LimitCORE=0 # Comment TasksMax if your systemd version does not support it. # Only systemd 226 and above support this option. [EXTENDED] /etc/systemd/system/docker.service → /etc/systemd/system/docker.service.d/limits.conf [MASKED] /etc/systemd/system/samba-ad-dc.service → /usr/lib/systemd/system/samba-ad-dc.service [EXTENDED] /usr/lib/systemd/system/rc-local.service → /usr/lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /usr/lib/systemd/system/systemd-localed.service → /usr/lib/systemd/system/systemd-localed.service.d/locale-gen.conf [EXTENDED] /usr/lib/systemd/system/user@.service → /usr/lib/systemd/system/user@.service.d/timeout.conf 6 overridden configuration files found.
List only specific changes by specifying a type masked
, equivalent
, redirected
, overridden
, extended
or unchanged
.
$ systemd-delta --no-pager --type overridden
[OVERRIDDEN] /etc/systemd/system/docker.service → /usr/lib/systemd/system/docker.service --- /usr/lib/systemd/system/docker.service 2022-01-22 21:44:09.799991160 +0100 +++ /etc/systemd/system/docker.service 2022-01-22 21:44:24.047991578 +0100 @@ -30,7 +30,7 @@ # in the kernel. We recommend using cgroups to do container-local accounting. LimitNOFILE=infinity LimitNPROC=infinity -LimitCORE=infinity +LimitCORE=0 # Comment TasksMax if your systemd version does not support it. # Only systemd 226 and above support this option. 1 overridden configuration files found.
$ systemd-delta --no-pager --type extended
[EXTENDED] /etc/systemd/system/docker.service → /etc/systemd/system/docker.service.d/limits.conf [EXTENDED] /usr/lib/systemd/system/rc-local.service → /usr/lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /usr/lib/systemd/system/systemd-localed.service → /usr/lib/systemd/system/systemd-localed.service.d/locale-gen.conf [EXTENDED] /usr/lib/systemd/system/user@.service → /usr/lib/systemd/system/user@.service.d/timeout.conf 4 overridden configuration files found.
$ systemd-delta --no-pager --type unchanged
[UNCHANGED] /etc/sysctl.d/10-console-messages.conf [UNCHANGED] /etc/sysctl.d/10-ipv6-privacy.conf [UNCHANGED] /etc/sysctl.d/10-kernel-hardening.conf [UNCHANGED] /etc/sysctl.d/10-magic-sysrq.conf [UNCHANGED] /etc/sysctl.d/10-network-security.conf [UNCHANGED] /etc/sysctl.d/10-ptrace.conf [UNCHANGED] /etc/sysctl.d/10-zeropage.conf [UNCHANGED] /etc/sysctl.d/99-async-profiler.conf [UNCHANGED] /etc/sysctl.d/99-sysctl.conf [UNCHANGED] /etc/sysctl.d/README.sysctl [UNCHANGED] /usr/lib/sysctl.d/30-tracker.conf [UNCHANGED] /usr/lib/sysctl.d/50-bubblewrap.conf [UNCHANGED] /usr/lib/sysctl.d/50-default.conf [UNCHANGED] /usr/lib/sysctl.d/50-pid-max.conf [UNCHANGED] /run/tmpfiles.d/static-nodes.conf [UNCHANGED] /usr/lib/tmpfiles.d/00rsyslog.conf [UNCHANGED] /usr/lib/tmpfiles.d/apport.conf [UNCHANGED] /usr/lib/tmpfiles.d/colord.conf [UNCHANGED] /usr/lib/tmpfiles.d/cryptsetup.conf [UNCHANGED] /usr/lib/tmpfiles.d/dbus.conf [UNCHANGED] /usr/lib/tmpfiles.d/debian.conf [UNCHANGED] /usr/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf [UNCHANGED] /usr/lib/tmpfiles.d/home.conf [UNCHANGED] /usr/lib/tmpfiles.d/journal-nocow.conf [UNCHANGED] /usr/lib/tmpfiles.d/legacy.conf [UNCHANGED] /usr/lib/tmpfiles.d/lvm2.conf [UNCHANGED] /usr/lib/tmpfiles.d/man-db.conf [UNCHANGED] /usr/lib/tmpfiles.d/nordvpn.conf [UNCHANGED] /usr/lib/tmpfiles.d/openvpn.conf [UNCHANGED] /usr/lib/tmpfiles.d/passwd.conf [UNCHANGED] /usr/lib/tmpfiles.d/samba.conf [UNCHANGED] /usr/lib/tmpfiles.d/speech-dispatcher.conf [UNCHANGED] /usr/lib/tmpfiles.d/spice-vdagentd.conf [UNCHANGED] /usr/lib/tmpfiles.d/static-nodes-permissions.conf [UNCHANGED] /usr/lib/tmpfiles.d/sudo.conf [UNCHANGED] /usr/lib/tmpfiles.d/systemd-nologin.conf [UNCHANGED] /usr/lib/tmpfiles.d/systemd-pstore.conf [UNCHANGED] /usr/lib/tmpfiles.d/systemd-tmp.conf [UNCHANGED] /usr/lib/tmpfiles.d/systemd.conf [UNCHANGED] /usr/lib/tmpfiles.d/tmp.conf [UNCHANGED] /usr/lib/tmpfiles.d/var.conf [UNCHANGED] /usr/lib/tmpfiles.d/x11.conf [UNCHANGED] /usr/lib/tmpfiles.d/x2goserver.conf [UNCHANGED] /usr/lib/tmpfiles.d/xpra.conf [UNCHANGED] /etc/modules-load.d/cups-filters.conf [UNCHANGED] /etc/modules-load.d/modules.conf [UNCHANGED] /usr/lib/modules-load.d/fwupd-msr.conf [UNCHANGED] /etc/systemd/system/docker.service.d/limits.conf [UNCHANGED] /etc/systemd/system/cloudstack-agent.service [UNCHANGED] /etc/systemd/system/cloudstack-management.service [UNCHANGED] /etc/systemd/system/cockpit.socket [UNCHANGED] /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service [UNCHANGED] /etc/systemd/system/dbus-org.bluez.service [UNCHANGED] /etc/systemd/system/dbus-org.freedesktop.Avahi.service [UNCHANGED] /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service [UNCHANGED] /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service [UNCHANGED] /etc/systemd/system/dbus-org.freedesktop.resolve1.service [UNCHANGED] /etc/systemd/system/dbus-org.freedesktop.thermald.service [UNCHANGED] /etc/systemd/system/dbus-org.freedesktop.timesync1.service [UNCHANGED] /etc/systemd/system/display-manager.service [UNCHANGED] /etc/systemd/system/haveged.service [UNCHANGED] /etc/systemd/system/libvirt-guests.service [UNCHANGED] /etc/systemd/system/libvirtd-admin.socket [UNCHANGED] /etc/systemd/system/libvirtd-ro.socket [UNCHANGED] /etc/systemd/system/libvirtd.service [UNCHANGED] /etc/systemd/system/libvirtd.socket [UNCHANGED] /etc/systemd/system/qemu-kvm.service [UNCHANGED] /etc/systemd/system/rngd.service [UNCHANGED] /etc/systemd/system/snap-alacritty-38.mount [UNCHANGED] /etc/systemd/system/snap-alacritty-46.mount [UNCHANGED] /etc/systemd/system/snap-bare-5.mount [UNCHANGED] /etc/systemd/system/snap-chezmoi-344.mount [UNCHANGED] /etc/systemd/system/snap-chezmoi-346.mount [UNCHANGED] /etc/systemd/system/snap-chromium-1864.mount [UNCHANGED] /etc/systemd/system/snap-chromium-1878.mount [UNCHANGED] /etc/systemd/system/snap-code\x2dinsiders-912.mount [UNCHANGED] /etc/systemd/system/snap-code\x2dinsiders-913.mount [UNCHANGED] /etc/systemd/system/snap-core-11798.mount [UNCHANGED] /etc/systemd/system/snap-core-11993.mount [UNCHANGED] /etc/systemd/system/snap-core18-2253.mount [UNCHANGED] /etc/systemd/system/snap-core18-2284.mount [UNCHANGED] /etc/systemd/system/snap-core20-1242.mount [UNCHANGED] /etc/systemd/system/snap-core20-1270.mount [UNCHANGED] /etc/systemd/system/snap-docker-796.mount [UNCHANGED] /etc/systemd/system/snap-firefox-863.mount [UNCHANGED] /etc/systemd/system/snap-firefox-886.mount [UNCHANGED] /etc/systemd/system/snap-gnome\x2d3\x2d28\x2d1804-145.mount [UNCHANGED] /etc/systemd/system/snap-gnome\x2d3\x2d28\x2d1804-161.mount [UNCHANGED] /etc/systemd/system/snap-gnome\x2d3\x2d34\x2d1804-72.mount [UNCHANGED] /etc/systemd/system/snap-gnome\x2d3\x2d34\x2d1804-77.mount [UNCHANGED] /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-76.mount [UNCHANGED] /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-87.mount [UNCHANGED] /etc/systemd/system/snap-go-8839.mount [UNCHANGED] /etc/systemd/system/snap-go-9028.mount [UNCHANGED] /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1515.mount [UNCHANGED] /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1519.mount [UNCHANGED] /etc/systemd/system/snap-hexchat-42.mount [UNCHANGED] /etc/systemd/system/snap-notepad\x2dplus\x2dplus-331.mount [UNCHANGED] /etc/systemd/system/snap-notepad\x2dplus\x2dplus-335.mount [UNCHANGED] /etc/systemd/system/snap-p3x\x2donenote-135.mount [UNCHANGED] /etc/systemd/system/snap-p3x\x2donenote-136.mount [UNCHANGED] /etc/systemd/system/snap-poedit-35.mount [UNCHANGED] /etc/systemd/system/snap-poedit-40.mount [UNCHANGED] /etc/systemd/system/snap-rpi\x2dimager-170.mount [UNCHANGED] /etc/systemd/system/snap-rpi\x2dimager-184.mount [UNCHANGED] /etc/systemd/system/snap-snap\x2dstore-547.mount [UNCHANGED] /etc/systemd/system/snap-snap\x2dstore-558.mount [UNCHANGED] /etc/systemd/system/snap-snapd-14066.mount [UNCHANGED] /etc/systemd/system/snap-snapd-14295.mount [UNCHANGED] /etc/systemd/system/snap-wine\x2dplatform\x2d5\x2dstable-16.mount [UNCHANGED] /etc/systemd/system/snap-wine\x2dplatform\x2d5\x2dstable-18.mount [UNCHANGED] /etc/systemd/system/snap-wine\x2dplatform\x2d6\x2dstable-14.mount [UNCHANGED] /etc/systemd/system/snap-wine\x2dplatform\x2d6\x2dstable-8.mount [UNCHANGED] /etc/systemd/system/snap-wine\x2dplatform\x2druntime-280.mount [UNCHANGED] /etc/systemd/system/snap-wine\x2dplatform\x2druntime-281.mount [UNCHANGED] /etc/systemd/system/snap-yq-1478.mount [UNCHANGED] /etc/systemd/system/snap-yq-1515.mount [UNCHANGED] /etc/systemd/system/snap.docker.dockerd.service [UNCHANGED] /etc/systemd/system/sshd.service [UNCHANGED] /etc/systemd/system/syslog.service [UNCHANGED] /etc/systemd/system/virtlockd-admin.socket [UNCHANGED] /etc/systemd/system/virtlockd.service [UNCHANGED] /etc/systemd/system/virtlockd.socket [UNCHANGED] /etc/systemd/system/virtlogd-admin.socket [UNCHANGED] /etc/systemd/system/virtlogd.service [UNCHANGED] /etc/systemd/system/virtlogd.socket [UNCHANGED] /etc/systemd/system/watchdog.service [UNCHANGED] /run/systemd/system/netplan-ovs-cleanup.service [UNCHANGED] /usr/lib/systemd/system/rc-local.service.d/debian.conf [UNCHANGED] /usr/lib/systemd/system/systemd-localed.service.d/locale-gen.conf [UNCHANGED] /usr/lib/systemd/system/user-.slice.d/10-defaults.conf [UNCHANGED] /usr/lib/systemd/system/user@.service.d/timeout.conf [UNCHANGED] /usr/lib/systemd/system/ModemManager.service [UNCHANGED] /usr/lib/systemd/system/NetworkManager-dispatcher.service [UNCHANGED] /usr/lib/systemd/system/NetworkManager-wait-online.service [UNCHANGED] /usr/lib/systemd/system/NetworkManager.service [UNCHANGED] /usr/lib/systemd/system/accounts-daemon.service [UNCHANGED] /usr/lib/systemd/system/acpid.path [UNCHANGED] /usr/lib/systemd/system/acpid.service [UNCHANGED] /usr/lib/systemd/system/acpid.socket [UNCHANGED] /usr/lib/systemd/system/alsa-restore.service [UNCHANGED] /usr/lib/systemd/system/alsa-state.service [UNCHANGED] /usr/lib/systemd/system/alsa-utils.service [UNCHANGED] /usr/lib/systemd/system/anacron.service [UNCHANGED] /usr/lib/systemd/system/anacron.timer [UNCHANGED] /usr/lib/systemd/system/apparmor.service [UNCHANGED] /usr/lib/systemd/system/apport-autoreport.path [UNCHANGED] /usr/lib/systemd/system/apport-autoreport.service [UNCHANGED] /usr/lib/systemd/system/apport-forward.socket [UNCHANGED] /usr/lib/systemd/system/apport-forward@.service [UNCHANGED] /usr/lib/systemd/system/apt-daily-upgrade.service [UNCHANGED] /usr/lib/systemd/system/apt-daily-upgrade.timer [UNCHANGED] /usr/lib/systemd/system/apt-daily.service [UNCHANGED] /usr/lib/systemd/system/apt-daily.timer [UNCHANGED] /usr/lib/systemd/system/autovt@.service [UNCHANGED] /usr/lib/systemd/system/avahi-daemon.service [UNCHANGED] /usr/lib/systemd/system/avahi-daemon.socket [UNCHANGED] /usr/lib/systemd/system/basic.target [UNCHANGED] /usr/lib/systemd/system/binfmt-support.service [UNCHANGED] /usr/lib/systemd/system/blk-availability.service [UNCHANGED] /usr/lib/systemd/system/blockdev@.target [UNCHANGED] /usr/lib/systemd/system/bluetooth.service [UNCHANGED] /usr/lib/systemd/system/bluetooth.target [UNCHANGED] /usr/lib/systemd/system/bolt.service [UNCHANGED] /usr/lib/systemd/system/boot-complete.target [UNCHANGED] /usr/lib/systemd/system/brltty-udev.service [UNCHANGED] /usr/lib/systemd/system/brltty.service [UNCHANGED] /usr/lib/systemd/system/cni-dhcp.service [UNCHANGED] /usr/lib/systemd/system/cni-dhcp.socket [UNCHANGED] /usr/lib/systemd/system/colord.service [UNCHANGED] /usr/lib/systemd/system/configure-printer@.service [UNCHANGED] /usr/lib/systemd/system/console-getty.service [UNCHANGED] /usr/lib/systemd/system/console-setup.service [UNCHANGED] /usr/lib/systemd/system/container-getty@.service [UNCHANGED] /usr/lib/systemd/system/containerd.service [UNCHANGED] /usr/lib/systemd/system/cron.service [UNCHANGED] /usr/lib/systemd/system/cryptdisks-early.service [UNCHANGED] /usr/lib/systemd/system/cryptdisks.service [UNCHANGED] /usr/lib/systemd/system/cryptsetup-pre.target [UNCHANGED] /usr/lib/systemd/system/cryptsetup.target [UNCHANGED] /usr/lib/systemd/system/ctrl-alt-del.target [UNCHANGED] /usr/lib/systemd/system/cups-browsed.service [UNCHANGED] /usr/lib/systemd/system/cups.path [UNCHANGED] /usr/lib/systemd/system/cups.service [UNCHANGED] /usr/lib/systemd/system/cups.socket [UNCHANGED] /usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service [UNCHANGED] /usr/lib/systemd/system/dbus-org.freedesktop.locale1.service [UNCHANGED] /usr/lib/systemd/system/dbus-org.freedesktop.login1.service [UNCHANGED] /usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service [UNCHANGED] /usr/lib/systemd/system/dbus.service [UNCHANGED] /usr/lib/systemd/system/dbus.socket [UNCHANGED] /usr/lib/systemd/system/debug-shell.service [UNCHANGED] /usr/lib/systemd/system/default.target [UNCHANGED] /usr/lib/systemd/system/dev-hugepages.mount [UNCHANGED] /usr/lib/systemd/system/dev-mqueue.mount [UNCHANGED] /usr/lib/systemd/system/dm-event.service [UNCHANGED] /usr/lib/systemd/system/dm-event.socket [UNCHANGED] /usr/lib/systemd/system/dmesg.service [UNCHANGED] /usr/lib/systemd/system/docker.socket [UNCHANGED] /usr/lib/systemd/system/e2scrub@.service [UNCHANGED] /usr/lib/systemd/system/e2scrub_all.service [UNCHANGED] /usr/lib/systemd/system/e2scrub_all.timer [UNCHANGED] /usr/lib/systemd/system/e2scrub_fail@.service [UNCHANGED] /usr/lib/systemd/system/e2scrub_reap.service [UNCHANGED] /usr/lib/systemd/system/emergency.service [UNCHANGED] /usr/lib/systemd/system/emergency.target [UNCHANGED] /usr/lib/systemd/system/exit.target [UNCHANGED] /usr/lib/systemd/system/final.target [UNCHANGED] /usr/lib/systemd/system/first-boot-complete.target [UNCHANGED] /usr/lib/systemd/system/fprintd.service [UNCHANGED] /usr/lib/systemd/system/friendly-recovery.service [UNCHANGED] /usr/lib/systemd/system/friendly-recovery.target [UNCHANGED] /usr/lib/systemd/system/fstrim.service [UNCHANGED] /usr/lib/systemd/system/fstrim.timer [UNCHANGED] /usr/lib/systemd/system/fwupd-offline-update.service [UNCHANGED] /usr/lib/systemd/system/fwupd-refresh.service [UNCHANGED] /usr/lib/systemd/system/fwupd-refresh.timer [UNCHANGED] /usr/lib/systemd/system/fwupd.service [UNCHANGED] /usr/lib/systemd/system/gdm.service [UNCHANGED] /usr/lib/systemd/system/gdm3.service [UNCHANGED] /usr/lib/systemd/system/geoclue.service [UNCHANGED] /usr/lib/systemd/system/getty-pre.target [UNCHANGED] /usr/lib/systemd/system/getty-static.service [UNCHANGED] /usr/lib/systemd/system/getty.target [UNCHANGED] /usr/lib/systemd/system/getty@.service [UNCHANGED] /usr/lib/systemd/system/gpu-manager.service [UNCHANGED] /usr/lib/systemd/system/graphical.target [UNCHANGED] /usr/lib/systemd/system/grub-common.service [UNCHANGED] /usr/lib/systemd/system/grub-initrd-fallback.service [UNCHANGED] /usr/lib/systemd/system/halt.target [UNCHANGED] /usr/lib/systemd/system/hibernate.target [UNCHANGED] /usr/lib/systemd/system/hv-fcopy-daemon.service [UNCHANGED] /usr/lib/systemd/system/hv-kvp-daemon.service [UNCHANGED] /usr/lib/systemd/system/hv-vss-daemon.service [UNCHANGED] /usr/lib/systemd/system/hwclock.service [UNCHANGED] /usr/lib/systemd/system/hybrid-sleep.target [UNCHANGED] /usr/lib/systemd/system/iio-sensor-proxy.service [UNCHANGED] /usr/lib/systemd/system/initrd-cleanup.service [UNCHANGED] /usr/lib/systemd/system/initrd-fs.target [UNCHANGED] /usr/lib/systemd/system/initrd-parse-etc.service [UNCHANGED] /usr/lib/systemd/system/initrd-root-device.target [UNCHANGED] /usr/lib/systemd/system/initrd-root-fs.target [UNCHANGED] /usr/lib/systemd/system/initrd-switch-root.service [UNCHANGED] /usr/lib/systemd/system/initrd-switch-root.target [UNCHANGED] /usr/lib/systemd/system/initrd-udevadm-cleanup-db.service [UNCHANGED] /usr/lib/systemd/system/initrd.target [UNCHANGED] /usr/lib/systemd/system/intel-sgx-load-module.service [UNCHANGED] /usr/lib/systemd/system/ipp-usb.service [UNCHANGED] /usr/lib/systemd/system/irqbalance.service [UNCHANGED] /usr/lib/systemd/system/kerneloops.service [UNCHANGED] /usr/lib/systemd/system/kexec.target [UNCHANGED] /usr/lib/systemd/system/keyboard-setup.service [UNCHANGED] /usr/lib/systemd/system/kmod-static-nodes.service [UNCHANGED] /usr/lib/systemd/system/kmod.service [UNCHANGED] /usr/lib/systemd/system/lm-sensors.service [UNCHANGED] /usr/lib/systemd/system/local-fs-pre.target [UNCHANGED] /usr/lib/systemd/system/local-fs.target [UNCHANGED] /usr/lib/systemd/system/logrotate.service [UNCHANGED] /usr/lib/systemd/system/logrotate.timer [UNCHANGED] /usr/lib/systemd/system/lvm2-lvmpolld.service [UNCHANGED] /usr/lib/systemd/system/lvm2-lvmpolld.socket [UNCHANGED] /usr/lib/systemd/system/lvm2-monitor.service [UNCHANGED] /usr/lib/systemd/system/lvm2-pvscan@.service [UNCHANGED] /usr/lib/systemd/system/lvm2.service [UNCHANGED] /usr/lib/systemd/system/machine.slice [UNCHANGED] /usr/lib/systemd/system/man-db.service [UNCHANGED] /usr/lib/systemd/system/man-db.timer [UNCHANGED] /usr/lib/systemd/system/modprobe@.service [UNCHANGED] /usr/lib/systemd/system/motd-news.service [UNCHANGED] /usr/lib/systemd/system/motd-news.timer [UNCHANGED] /usr/lib/systemd/system/multi-user.target [UNCHANGED] /usr/lib/systemd/system/network-online.target [UNCHANGED] /usr/lib/systemd/system/network-pre.target [UNCHANGED] /usr/lib/systemd/system/network.target [UNCHANGED] /usr/lib/systemd/system/networkd-dispatcher.service [UNCHANGED] /usr/lib/systemd/system/nmbd.service [UNCHANGED] /usr/lib/systemd/system/nohang-desktop.service [UNCHANGED] /usr/lib/systemd/system/nohang.service [UNCHANGED] /usr/lib/systemd/system/nordvpnd.service [UNCHANGED] /usr/lib/systemd/system/nordvpnd.socket [UNCHANGED] /usr/lib/systemd/system/nss-lookup.target [UNCHANGED] /usr/lib/systemd/system/nss-user-lookup.target [UNCHANGED] /usr/lib/systemd/system/nvidia-hibernate.service [UNCHANGED] /usr/lib/systemd/system/nvidia-persistenced.service [UNCHANGED] /usr/lib/systemd/system/nvidia-resume.service [UNCHANGED] /usr/lib/systemd/system/nvidia-suspend.service [UNCHANGED] /usr/lib/systemd/system/openvpn-client@.service [UNCHANGED] /usr/lib/systemd/system/openvpn-server@.service [UNCHANGED] /usr/lib/systemd/system/openvpn.service [UNCHANGED] /usr/lib/systemd/system/openvpn@.service [UNCHANGED] /usr/lib/systemd/system/packagekit-offline-update.service [UNCHANGED] /usr/lib/systemd/system/packagekit.service [UNCHANGED] /usr/lib/systemd/system/paths.target [UNCHANGED] /usr/lib/systemd/system/pcscd.service [UNCHANGED] /usr/lib/systemd/system/pcscd.socket [UNCHANGED] /usr/lib/systemd/system/plymouth-halt.service [UNCHANGED] /usr/lib/systemd/system/plymouth-kexec.service [UNCHANGED] /usr/lib/systemd/system/plymouth-log.service [UNCHANGED] /usr/lib/systemd/system/plymouth-poweroff.service [UNCHANGED] /usr/lib/systemd/system/plymouth-quit-wait.service [UNCHANGED] /usr/lib/systemd/system/plymouth-quit.service [UNCHANGED] /usr/lib/systemd/system/plymouth-read-write.service [UNCHANGED] /usr/lib/systemd/system/plymouth-reboot.service [UNCHANGED] /usr/lib/systemd/system/plymouth-start.service [UNCHANGED] /usr/lib/systemd/system/plymouth-switch-root-initramfs.service [UNCHANGED] /usr/lib/systemd/system/plymouth-switch-root.service [UNCHANGED] /usr/lib/systemd/system/plymouth.service [UNCHANGED] /usr/lib/systemd/system/podman-auto-update.service [UNCHANGED] /usr/lib/systemd/system/podman-auto-update.timer [UNCHANGED] /usr/lib/systemd/system/podman.service [UNCHANGED] /usr/lib/systemd/system/podman.socket [UNCHANGED] /usr/lib/systemd/system/polkit.service [UNCHANGED] /usr/lib/systemd/system/postfix.service [UNCHANGED] /usr/lib/systemd/system/postfix@.service [UNCHANGED] /usr/lib/systemd/system/power-profiles-daemon.service [UNCHANGED] /usr/lib/systemd/system/poweroff.target [UNCHANGED] /usr/lib/systemd/system/printer.target [UNCHANGED] /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount [UNCHANGED] /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount [UNCHANGED] /usr/lib/systemd/system/procps.service [UNCHANGED] /usr/lib/systemd/system/pulseaudio-enable-autospawn.service [UNCHANGED] /usr/lib/systemd/system/quotaon.service [UNCHANGED] /usr/lib/systemd/system/rc-local.service [UNCHANGED] /usr/lib/systemd/system/rc.service [UNCHANGED] /usr/lib/systemd/system/rcS.service [UNCHANGED] /usr/lib/systemd/system/reboot.target [UNCHANGED] /usr/lib/systemd/system/remote-cryptsetup.target [UNCHANGED] /usr/lib/systemd/system/remote-fs-pre.target [UNCHANGED] /usr/lib/systemd/system/remote-fs.target [UNCHANGED] /usr/lib/systemd/system/remote-veritysetup.target [UNCHANGED] /usr/lib/systemd/system/rescue-ssh.target [UNCHANGED] /usr/lib/systemd/system/rescue.service [UNCHANGED] /usr/lib/systemd/system/rescue.target [UNCHANGED] /usr/lib/systemd/system/rpcbind.target [UNCHANGED] /usr/lib/systemd/system/rsync.service [UNCHANGED] /usr/lib/systemd/system/rsyslog.service [UNCHANGED] /usr/lib/systemd/system/rtkit-daemon.service [UNCHANGED] /usr/lib/systemd/system/runlevel0.target [UNCHANGED] /usr/lib/systemd/system/runlevel1.target [UNCHANGED] /usr/lib/systemd/system/runlevel2.target [UNCHANGED] /usr/lib/systemd/system/runlevel3.target [UNCHANGED] /usr/lib/systemd/system/runlevel4.target [UNCHANGED] /usr/lib/systemd/system/runlevel5.target [UNCHANGED] /usr/lib/systemd/system/runlevel6.target [UNCHANGED] /usr/lib/systemd/system/saned.service [UNCHANGED] /usr/lib/systemd/system/saned.socket [UNCHANGED] /usr/lib/systemd/system/saned@.service [UNCHANGED] /usr/lib/systemd/system/secureboot-db.service [UNCHANGED] /usr/lib/systemd/system/serial-getty@.service [UNCHANGED] /usr/lib/systemd/system/setvtrgb.service [UNCHANGED] /usr/lib/systemd/system/shutdown.target [UNCHANGED] /usr/lib/systemd/system/sigpwr.target [UNCHANGED] /usr/lib/systemd/system/sleep.target [UNCHANGED] /usr/lib/systemd/system/slices.target [UNCHANGED] /usr/lib/systemd/system/smartcard.target [UNCHANGED] /usr/lib/systemd/system/smbd.service [UNCHANGED] /usr/lib/systemd/system/snapd.apparmor.service [UNCHANGED] /usr/lib/systemd/system/snapd.autoimport.service [UNCHANGED] /usr/lib/systemd/system/snapd.core-fixup.service [UNCHANGED] /usr/lib/systemd/system/snapd.failure.service [UNCHANGED] /usr/lib/systemd/system/snapd.recovery-chooser-trigger.service [UNCHANGED] /usr/lib/systemd/system/snapd.seeded.service [UNCHANGED] /usr/lib/systemd/system/snapd.service [UNCHANGED] /usr/lib/systemd/system/snapd.snap-repair.service [UNCHANGED] /usr/lib/systemd/system/snapd.snap-repair.timer [UNCHANGED] /usr/lib/systemd/system/snapd.socket [UNCHANGED] /usr/lib/systemd/system/snapd.system-shutdown.service [UNCHANGED] /usr/lib/systemd/system/sockets.target [UNCHANGED] /usr/lib/systemd/system/sound.target [UNCHANGED] /usr/lib/systemd/system/speech-dispatcher.service [UNCHANGED] /usr/lib/systemd/system/speech-dispatcherd.service [UNCHANGED] /usr/lib/systemd/system/spice-vdagent.service [UNCHANGED] /usr/lib/systemd/system/spice-vdagentd.service [UNCHANGED] /usr/lib/systemd/system/spice-vdagentd.socket [UNCHANGED] /usr/lib/systemd/system/ssh.service [UNCHANGED] /usr/lib/systemd/system/ssh.socket [UNCHANGED] /usr/lib/systemd/system/ssh@.service [UNCHANGED] /usr/lib/systemd/system/sssd-autofs.service [UNCHANGED] /usr/lib/systemd/system/sssd-autofs.socket [UNCHANGED] /usr/lib/systemd/system/sssd-nss.service [UNCHANGED] /usr/lib/systemd/system/sssd-nss.socket [UNCHANGED] /usr/lib/systemd/system/sssd-pac.service [UNCHANGED] /usr/lib/systemd/system/sssd-pac.socket [UNCHANGED] /usr/lib/systemd/system/sssd-pam-priv.socket [UNCHANGED] /usr/lib/systemd/system/sssd-pam.service [UNCHANGED] /usr/lib/systemd/system/sssd-pam.socket [UNCHANGED] /usr/lib/systemd/system/sssd-ssh.service [UNCHANGED] /usr/lib/systemd/system/sssd-ssh.socket [UNCHANGED] /usr/lib/systemd/system/sssd-sudo.service [UNCHANGED] /usr/lib/systemd/system/sssd-sudo.socket [UNCHANGED] /usr/lib/systemd/system/sssd.service [UNCHANGED] /usr/lib/systemd/system/sudo.service [UNCHANGED] /usr/lib/systemd/system/suspend-then-hibernate.target [UNCHANGED] /usr/lib/systemd/system/suspend.target [UNCHANGED] /usr/lib/systemd/system/swap.target [UNCHANGED] /usr/lib/systemd/system/switcheroo-control.service [UNCHANGED] /usr/lib/systemd/system/sys-fs-fuse-connections.mount [UNCHANGED] /usr/lib/systemd/system/sys-kernel-config.mount [UNCHANGED] /usr/lib/systemd/system/sys-kernel-debug.mount [UNCHANGED] /usr/lib/systemd/system/sys-kernel-tracing.mount [UNCHANGED] /usr/lib/systemd/system/sysinit.target [UNCHANGED] /usr/lib/systemd/system/syslog.socket [UNCHANGED] /usr/lib/systemd/system/sysstat-collect.service [UNCHANGED] /usr/lib/systemd/system/sysstat-collect.timer [UNCHANGED] /usr/lib/systemd/system/sysstat-summary.service [UNCHANGED] /usr/lib/systemd/system/sysstat-summary.timer [UNCHANGED] /usr/lib/systemd/system/sysstat.service [UNCHANGED] /usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice [UNCHANGED] /usr/lib/systemd/system/system-update-cleanup.service [UNCHANGED] /usr/lib/systemd/system/system-update-pre.target [UNCHANGED] /usr/lib/systemd/system/system-update.target [UNCHANGED] /usr/lib/systemd/system/systemd-ask-password-console.path [UNCHANGED] /usr/lib/systemd/system/systemd-ask-password-console.service [UNCHANGED] /usr/lib/systemd/system/systemd-ask-password-plymouth.path [UNCHANGED] /usr/lib/systemd/system/systemd-ask-password-plymouth.service [UNCHANGED] /usr/lib/systemd/system/systemd-ask-password-wall.path [UNCHANGED] /usr/lib/systemd/system/systemd-ask-password-wall.service [UNCHANGED] /usr/lib/systemd/system/systemd-backlight@.service [UNCHANGED] /usr/lib/systemd/system/systemd-binfmt.service [UNCHANGED] /usr/lib/systemd/system/systemd-bless-boot.service [UNCHANGED] /usr/lib/systemd/system/systemd-boot-check-no-failures.service [UNCHANGED] /usr/lib/systemd/system/systemd-boot-system-token.service [UNCHANGED] /usr/lib/systemd/system/systemd-exit.service [UNCHANGED] /usr/lib/systemd/system/systemd-fsck-root.service [UNCHANGED] /usr/lib/systemd/system/systemd-fsck@.service [UNCHANGED] /usr/lib/systemd/system/systemd-fsckd.service [UNCHANGED] /usr/lib/systemd/system/systemd-fsckd.socket [UNCHANGED] /usr/lib/systemd/system/systemd-halt.service [UNCHANGED] /usr/lib/systemd/system/systemd-hibernate-resume@.service [UNCHANGED] /usr/lib/systemd/system/systemd-hibernate.service [UNCHANGED] /usr/lib/systemd/system/systemd-hostnamed.service [UNCHANGED] /usr/lib/systemd/system/systemd-hwdb-update.service [UNCHANGED] /usr/lib/systemd/system/systemd-hybrid-sleep.service [UNCHANGED] /usr/lib/systemd/system/systemd-initctl.service [UNCHANGED] /usr/lib/systemd/system/systemd-initctl.socket [UNCHANGED] /usr/lib/systemd/system/systemd-journal-flush.service [UNCHANGED] /usr/lib/systemd/system/systemd-journald-audit.socket [UNCHANGED] /usr/lib/systemd/system/systemd-journald-dev-log.socket [UNCHANGED] /usr/lib/systemd/system/systemd-journald-varlink@.socket [UNCHANGED] /usr/lib/systemd/system/systemd-journald.service [UNCHANGED] /usr/lib/systemd/system/systemd-journald.socket [UNCHANGED] /usr/lib/systemd/system/systemd-journald@.service [UNCHANGED] /usr/lib/systemd/system/systemd-journald@.socket [UNCHANGED] /usr/lib/systemd/system/systemd-kexec.service [UNCHANGED] /usr/lib/systemd/system/systemd-localed.service [UNCHANGED] /usr/lib/systemd/system/systemd-logind.service [UNCHANGED] /usr/lib/systemd/system/systemd-machine-id-commit.service [UNCHANGED] /usr/lib/systemd/system/systemd-modules-load.service [UNCHANGED] /usr/lib/systemd/system/systemd-network-generator.service [UNCHANGED] /usr/lib/systemd/system/systemd-networkd-wait-online.service [UNCHANGED] /usr/lib/systemd/system/systemd-networkd.service [UNCHANGED] /usr/lib/systemd/system/systemd-networkd.socket [UNCHANGED] /usr/lib/systemd/system/systemd-poweroff.service [UNCHANGED] /usr/lib/systemd/system/systemd-pstore.service [UNCHANGED] /usr/lib/systemd/system/systemd-quotacheck.service [UNCHANGED] /usr/lib/systemd/system/systemd-random-seed.service [UNCHANGED] /usr/lib/systemd/system/systemd-reboot.service [UNCHANGED] /usr/lib/systemd/system/systemd-remount-fs.service [UNCHANGED] /usr/lib/systemd/system/systemd-resolved.service [UNCHANGED] /usr/lib/systemd/system/systemd-rfkill.service [UNCHANGED] /usr/lib/systemd/system/systemd-rfkill.socket [UNCHANGED] /usr/lib/systemd/system/systemd-suspend-then-hibernate.service [UNCHANGED] /usr/lib/systemd/system/systemd-suspend.service [UNCHANGED] /usr/lib/systemd/system/systemd-sysctl.service [UNCHANGED] /usr/lib/systemd/system/systemd-sysext.service [UNCHANGED] /usr/lib/systemd/system/systemd-sysusers.service [UNCHANGED] /usr/lib/systemd/system/systemd-time-wait-sync.service [UNCHANGED] /usr/lib/systemd/system/systemd-timedated.service [UNCHANGED] /usr/lib/systemd/system/systemd-timesyncd.service [UNCHANGED] /usr/lib/systemd/system/systemd-tmpfiles-clean.service [UNCHANGED] /usr/lib/systemd/system/systemd-tmpfiles-clean.timer [UNCHANGED] /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service [UNCHANGED] /usr/lib/systemd/system/systemd-tmpfiles-setup.service [UNCHANGED] /usr/lib/systemd/system/systemd-udev-settle.service [UNCHANGED] /usr/lib/systemd/system/systemd-udev-trigger.service [UNCHANGED] /usr/lib/systemd/system/systemd-udevd-control.socket [UNCHANGED] /usr/lib/systemd/system/systemd-udevd-kernel.socket [UNCHANGED] /usr/lib/systemd/system/systemd-udevd.service [UNCHANGED] /usr/lib/systemd/system/systemd-update-utmp-runlevel.service [UNCHANGED] /usr/lib/systemd/system/systemd-update-utmp.service [UNCHANGED] /usr/lib/systemd/system/systemd-user-sessions.service [UNCHANGED] /usr/lib/systemd/system/systemd-volatile-root.service [UNCHANGED] /usr/lib/systemd/system/thermald.service [UNCHANGED] /usr/lib/systemd/system/time-set.target [UNCHANGED] /usr/lib/systemd/system/time-sync.target [UNCHANGED] /usr/lib/systemd/system/timers.target [UNCHANGED] /usr/lib/systemd/system/ua-license-check.path [UNCHANGED] /usr/lib/systemd/system/ua-license-check.service [UNCHANGED] /usr/lib/systemd/system/ua-license-check.timer [UNCHANGED] /usr/lib/systemd/system/ua-reboot-cmds.service [UNCHANGED] /usr/lib/systemd/system/ua-timer.service [UNCHANGED] /usr/lib/systemd/system/ua-timer.timer [UNCHANGED] /usr/lib/systemd/system/udev.service [UNCHANGED] /usr/lib/systemd/system/udisks2.service [UNCHANGED] /usr/lib/systemd/system/ufw.service [UNCHANGED] /usr/lib/systemd/system/umount.target [UNCHANGED] /usr/lib/systemd/system/unattended-upgrades.service [UNCHANGED] /usr/lib/systemd/system/update-notifier-download.service [UNCHANGED] /usr/lib/systemd/system/update-notifier-download.timer [UNCHANGED] /usr/lib/systemd/system/update-notifier-motd.service [UNCHANGED] /usr/lib/systemd/system/update-notifier-motd.timer [UNCHANGED] /usr/lib/systemd/system/upower.service [UNCHANGED] /usr/lib/systemd/system/usb-gadget.target [UNCHANGED] /usr/lib/systemd/system/usb_modeswitch@.service [UNCHANGED] /usr/lib/systemd/system/usbmuxd.service [UNCHANGED] /usr/lib/systemd/system/user-runtime-dir@.service [UNCHANGED] /usr/lib/systemd/system/user.slice [UNCHANGED] /usr/lib/systemd/system/user@.service [UNCHANGED] /usr/lib/systemd/system/uuidd.service [UNCHANGED] /usr/lib/systemd/system/uuidd.socket [UNCHANGED] /usr/lib/systemd/system/veritysetup-pre.target [UNCHANGED] /usr/lib/systemd/system/veritysetup.target [UNCHANGED] /usr/lib/systemd/system/wacom-inputattach@.service [UNCHANGED] /usr/lib/systemd/system/whoopsie.service [UNCHANGED] /usr/lib/systemd/system/wpa_supplicant-nl80211@.service [UNCHANGED] /usr/lib/systemd/system/wpa_supplicant-wired@.service [UNCHANGED] /usr/lib/systemd/system/wpa_supplicant.service [UNCHANGED] /usr/lib/systemd/system/wpa_supplicant@.service [UNCHANGED] /usr/lib/systemd/system/x11-common.service [UNCHANGED] /usr/lib/systemd/system/x2goserver.service [UNCHANGED] /usr/lib/systemd/system/xpra.service [UNCHANGED] /usr/lib/systemd/system/xpra.socket [UNCHANGED] /usr/lib/systemd/system/xrdp-sesman.service [UNCHANGED] /usr/lib/systemd/system/xrdp.service [UNCHANGED] /usr/lib/systemd/user/gnome-launched-.scope.d/override.conf [UNCHANGED] /usr/lib/systemd/user/gnome-session@gnome-initial-setup.target.d/session.conf [UNCHANGED] /usr/lib/systemd/user/gnome-session@gnome-login.target.d/session.conf [UNCHANGED] /usr/lib/systemd/user/gnome-session@ubuntu.target.d/ubuntu.session.conf [UNCHANGED] /usr/lib/systemd/user/vte-spawn-.scope.d/defaults.conf [UNCHANGED] /usr/lib/systemd/user/app.slice [UNCHANGED] /usr/lib/systemd/user/at-spi-dbus-bus.service [UNCHANGED] /usr/lib/systemd/user/background.slice [UNCHANGED] /usr/lib/systemd/user/basic.target [UNCHANGED] /usr/lib/systemd/user/bluetooth.target [UNCHANGED] /usr/lib/systemd/user/colord-session.service [UNCHANGED] /usr/lib/systemd/user/dbus-org.bluez.obex.service [UNCHANGED] /usr/lib/systemd/user/dbus.service [UNCHANGED] /usr/lib/systemd/user/dbus.socket [UNCHANGED] /usr/lib/systemd/user/dconf.service [UNCHANGED] /usr/lib/systemd/user/default.target [UNCHANGED] /usr/lib/systemd/user/dirmngr.service [UNCHANGED] /usr/lib/systemd/user/dirmngr.socket [UNCHANGED] /usr/lib/systemd/user/dunst.service [UNCHANGED] /usr/lib/systemd/user/ethumb.service [UNCHANGED] /usr/lib/systemd/user/evolution-addressbook-factory.service [UNCHANGED] /usr/lib/systemd/user/evolution-calendar-factory.service [UNCHANGED] /usr/lib/systemd/user/evolution-source-registry.service [UNCHANGED] /usr/lib/systemd/user/evolution-user-prompter.service [UNCHANGED] /usr/lib/systemd/user/exit.target [UNCHANGED] /usr/lib/systemd/user/gamemoded.service [UNCHANGED] /usr/lib/systemd/user/glib-pacrunner.service [UNCHANGED] /usr/lib/systemd/user/gnome-initial-setup-copy-worker.service [UNCHANGED] /usr/lib/systemd/user/gnome-initial-setup-first-login.service [UNCHANGED] /usr/lib/systemd/user/gnome-keyring-ssh.service [UNCHANGED] /usr/lib/systemd/user/gnome-keyring.service [UNCHANGED] /usr/lib/systemd/user/gnome-remote-desktop.service [UNCHANGED] /usr/lib/systemd/user/gnome-session-failed.service [UNCHANGED] /usr/lib/systemd/user/gnome-session-failed.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-initialized.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-manager.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-manager@.service [UNCHANGED] /usr/lib/systemd/user/gnome-session-monitor.service [UNCHANGED] /usr/lib/systemd/user/gnome-session-pre.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-restart-dbus.service [UNCHANGED] /usr/lib/systemd/user/gnome-session-shutdown.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-signal-init.service [UNCHANGED] /usr/lib/systemd/user/gnome-session-wayland.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-wayland@.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-x11-services-ready.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-x11-services.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-x11.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-x11@.target [UNCHANGED] /usr/lib/systemd/user/gnome-session-x11@gnome-flashback-xmonad.target [UNCHANGED] /usr/lib/systemd/user/gnome-session.target [UNCHANGED] /usr/lib/systemd/user/gnome-session@.target [UNCHANGED] /usr/lib/systemd/user/gnome-terminal-server.service [UNCHANGED] /usr/lib/systemd/user/gpg-agent-browser.socket [UNCHANGED] /usr/lib/systemd/user/gpg-agent-extra.socket [UNCHANGED] /usr/lib/systemd/user/gpg-agent-ssh.socket [UNCHANGED] /usr/lib/systemd/user/gpg-agent.service [UNCHANGED] /usr/lib/systemd/user/gpg-agent.socket [UNCHANGED] /usr/lib/systemd/user/graphical-session-pre.target [UNCHANGED] /usr/lib/systemd/user/graphical-session.target [UNCHANGED] /usr/lib/systemd/user/gvfs-afc-volume-monitor.service [UNCHANGED] /usr/lib/systemd/user/gvfs-daemon.service [UNCHANGED] /usr/lib/systemd/user/gvfs-goa-volume-monitor.service [UNCHANGED] /usr/lib/systemd/user/gvfs-gphoto2-volume-monitor.service [UNCHANGED] /usr/lib/systemd/user/gvfs-metadata.service [UNCHANGED] /usr/lib/systemd/user/gvfs-mtp-volume-monitor.service [UNCHANGED] /usr/lib/systemd/user/gvfs-udisks2-volume-monitor.service [UNCHANGED] /usr/lib/systemd/user/obex.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.Evince.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.A11ySettings.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.A11ySettings.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Color.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Color.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Datetime.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Datetime.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Housekeeping.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Housekeeping.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Keyboard.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Keyboard.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.MediaKeys.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.MediaKeys.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Power.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Power.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.PrintNotifications.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.PrintNotifications.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Rfkill.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Rfkill.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.ScreensaverProxy.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.ScreensaverProxy.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Sharing.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Sharing.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Smartcard.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Smartcard.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Sound.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Sound.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.UsbProtection.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.UsbProtection.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Wacom.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Wacom.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Wwan.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.Wwan.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.XSettings.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.SettingsDaemon.XSettings.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.Shell-disable-extensions.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.Shell.target [UNCHANGED] /usr/lib/systemd/user/org.gnome.Shell@wayland.service [UNCHANGED] /usr/lib/systemd/user/org.gnome.Shell@x11.service [UNCHANGED] /usr/lib/systemd/user/paths.target [UNCHANGED] /usr/lib/systemd/user/pipewire-media-session.service [UNCHANGED] /usr/lib/systemd/user/pipewire.service [UNCHANGED] /usr/lib/systemd/user/pipewire.socket [UNCHANGED] /usr/lib/systemd/user/pk-debconf-helper.service [UNCHANGED] /usr/lib/systemd/user/pk-debconf-helper.socket [UNCHANGED] /usr/lib/systemd/user/podman.service [UNCHANGED] /usr/lib/systemd/user/podman.socket [UNCHANGED] /usr/lib/systemd/user/printer.target [UNCHANGED] /usr/lib/systemd/user/pulseaudio-x11.service [UNCHANGED] /usr/lib/systemd/user/pulseaudio.service [UNCHANGED] /usr/lib/systemd/user/pulseaudio.socket [UNCHANGED] /usr/lib/systemd/user/rygel.service [UNCHANGED] /usr/lib/systemd/user/session-migration.service [UNCHANGED] /usr/lib/systemd/user/session.slice [UNCHANGED] /usr/lib/systemd/user/shutdown.target [UNCHANGED] /usr/lib/systemd/user/smartcard.target [UNCHANGED] /usr/lib/systemd/user/snapd.session-agent.service [UNCHANGED] /usr/lib/systemd/user/snapd.session-agent.socket [UNCHANGED] /usr/lib/systemd/user/sockets.target [UNCHANGED] /usr/lib/systemd/user/sound.target [UNCHANGED] /usr/lib/systemd/user/ssh-agent.service [UNCHANGED] /usr/lib/systemd/user/systemd-exit.service [UNCHANGED] /usr/lib/systemd/user/systemd-tmpfiles-clean.service [UNCHANGED] /usr/lib/systemd/user/systemd-tmpfiles-clean.timer [UNCHANGED] /usr/lib/systemd/user/systemd-tmpfiles-setup.service [UNCHANGED] /usr/lib/systemd/user/thunar.service [UNCHANGED] /usr/lib/systemd/user/timers.target [UNCHANGED] /usr/lib/systemd/user/tracker-extract-3.service [UNCHANGED] /usr/lib/systemd/user/tracker-miner-fs-3.service [UNCHANGED] /usr/lib/systemd/user/tracker-miner-fs-control-3.service [UNCHANGED] /usr/lib/systemd/user/tracker-writeback-3.service [UNCHANGED] /usr/lib/systemd/user/tracker-xdg-portal-3.service [UNCHANGED] /usr/lib/systemd/user/ubuntu-report.path [UNCHANGED] /usr/lib/systemd/user/ubuntu-report.service [UNCHANGED] /usr/lib/systemd/user/update-notifier-crash.path [UNCHANGED] /usr/lib/systemd/user/update-notifier-crash.service [UNCHANGED] /usr/lib/systemd/user/update-notifier-livepatch.path [UNCHANGED] /usr/lib/systemd/user/update-notifier-livepatch.service [UNCHANGED] /usr/lib/systemd/user/update-notifier-release.path [UNCHANGED] /usr/lib/systemd/user/update-notifier-release.service [UNCHANGED] /usr/lib/systemd/user/xdg-desktop-autostart.target [UNCHANGED] /usr/lib/systemd/user/xdg-desktop-portal-gtk.service [UNCHANGED] /usr/lib/systemd/user/xdg-desktop-portal.service [UNCHANGED] /usr/lib/systemd/user/xdg-document-portal.service [UNCHANGED] /usr/lib/systemd/user/xdg-permission-store.service [UNCHANGED] /usr/lib/systemd/user/xfce4-notifyd.service [UNCHANGED] /usr/lib/systemd/user/xfce4-session.service [UNCHANGED] /usr/lib/systemd/system-preset/90-systemd.preset [UNCHANGED] /usr/lib/systemd/system-preset/fwupd-refresh.preset [UNCHANGED] /usr/lib/systemd/user-preset/90-systemd.preset [UNCHANGED] /etc/udev/rules.d/70-snap.chromium.rules [UNCHANGED] /etc/udev/rules.d/70-snap.firefox.rules [UNCHANGED] /etc/udev/rules.d/70-snap.notepad-plus-plus.rules [UNCHANGED] /etc/udev/rules.d/70-snap.p3x-onenote.rules [UNCHANGED] /etc/udev/rules.d/70-snap.poedit.rules [UNCHANGED] /etc/udev/rules.d/70-snap.rpi-imager.rules [UNCHANGED] /etc/udev/rules.d/70-snap.snap-store.rules [UNCHANGED] /etc/udev/rules.d/70-snap.snapd.rules [UNCHANGED] /etc/udev/rules.d/90-yubikey.rules [UNCHANGED] /usr/lib/udev/rules.d/39-usbmuxd.rules [UNCHANGED] /usr/lib/udev/rules.d/40-usb-media-players.rules [UNCHANGED] /usr/lib/udev/rules.d/40-usb_modeswitch.rules [UNCHANGED] /usr/lib/udev/rules.d/40-vm-hotadd.rules [UNCHANGED] /usr/lib/udev/rules.d/50-apport.rules [UNCHANGED] /usr/lib/udev/rules.d/50-firmware.rules [UNCHANGED] /usr/lib/udev/rules.d/50-udev-default.rules [UNCHANGED] /usr/lib/udev/rules.d/55-dm.rules [UNCHANGED] /usr/lib/udev/rules.d/56-hpmud.rules [UNCHANGED] /usr/lib/udev/rules.d/56-lvm.rules [UNCHANGED] /usr/lib/udev/rules.d/60-autosuspend.rules [UNCHANGED] /usr/lib/udev/rules.d/60-block.rules [UNCHANGED] /usr/lib/udev/rules.d/60-bridge-network-interface.rules [UNCHANGED] /usr/lib/udev/rules.d/60-cdrom_id.rules [UNCHANGED] /usr/lib/udev/rules.d/60-crda.rules [UNCHANGED] /usr/lib/udev/rules.d/60-drm.rules [UNCHANGED] /usr/lib/udev/rules.d/60-evdev.rules [UNCHANGED] /usr/lib/udev/rules.d/60-fido-id.rules [UNCHANGED] /usr/lib/udev/rules.d/60-hv-fcopy-daemon.rules [UNCHANGED] /usr/lib/udev/rules.d/60-hv-kvp-daemon.rules [UNCHANGED] /usr/lib/udev/rules.d/60-hv-vss-daemon.rules [UNCHANGED] /usr/lib/udev/rules.d/60-input-id.rules [UNCHANGED] /usr/lib/udev/rules.d/60-inputattach.rules [UNCHANGED] /usr/lib/udev/rules.d/60-libgphoto2-6.rules [UNCHANGED] /usr/lib/udev/rules.d/60-libopenni2-0.rules [UNCHANGED] /usr/lib/udev/rules.d/60-libsane1.rules [UNCHANGED] /usr/lib/udev/rules.d/60-pcmcia.rules [UNCHANGED] /usr/lib/udev/rules.d/60-persistent-alsa.rules [UNCHANGED] /usr/lib/udev/rules.d/60-persistent-input.rules [UNCHANGED] /usr/lib/udev/rules.d/60-persistent-storage-dm.rules [UNCHANGED] /usr/lib/udev/rules.d/60-persistent-storage-tape.rules [UNCHANGED] /usr/lib/udev/rules.d/60-persistent-storage.rules [UNCHANGED] /usr/lib/udev/rules.d/60-persistent-v4l.rules [UNCHANGED] /usr/lib/udev/rules.d/60-sensor.rules [UNCHANGED] /usr/lib/udev/rules.d/60-serial.rules [UNCHANGED] /usr/lib/udev/rules.d/60-tpm-udev.rules [UNCHANGED] /usr/lib/udev/rules.d/60-virtualbox-dkms.rules [UNCHANGED] /usr/lib/udev/rules.d/60-virtualbox.rules [UNCHANGED] /usr/lib/udev/rules.d/61-gdm.rules [UNCHANGED] /usr/lib/udev/rules.d/61-gnome-settings-daemon-rfkill.rules [UNCHANGED] /usr/lib/udev/rules.d/61-mutter.rules [UNCHANGED] /usr/lib/udev/rules.d/61-persistent-storage-android.rules [UNCHANGED] /usr/lib/udev/rules.d/64-btrfs.rules [UNCHANGED] /usr/lib/udev/rules.d/64-xorg-xkb.rules [UNCHANGED] /usr/lib/udev/rules.d/65-libwacom.rules [UNCHANGED] /usr/lib/udev/rules.d/66-snapd-autoimport.rules [UNCHANGED] /usr/lib/udev/rules.d/69-cd-sensors.rules [UNCHANGED] /usr/lib/udev/rules.d/69-libmtp.rules [UNCHANGED] /usr/lib/udev/rules.d/69-lvm-metad.rules [UNCHANGED] /usr/lib/udev/rules.d/69-wacom.rules [UNCHANGED] /usr/lib/udev/rules.d/69-yubikey.rules [UNCHANGED] /usr/lib/udev/rules.d/70-joystick.rules [UNCHANGED] /usr/lib/udev/rules.d/70-memory.rules [UNCHANGED] /usr/lib/udev/rules.d/70-mouse.rules [UNCHANGED] /usr/lib/udev/rules.d/70-power-switch.rules [UNCHANGED] /usr/lib/udev/rules.d/70-printers.rules [UNCHANGED] /usr/lib/udev/rules.d/70-spice-vdagentd.rules [UNCHANGED] /usr/lib/udev/rules.d/70-touchpad.rules [UNCHANGED] /usr/lib/udev/rules.d/70-uaccess.rules [UNCHANGED] /usr/lib/udev/rules.d/71-ipp-usb.rules [UNCHANGED] /usr/lib/udev/rules.d/71-nvidia.rules [UNCHANGED] /usr/lib/udev/rules.d/71-power-switch-proliant.rules [UNCHANGED] /usr/lib/udev/rules.d/71-seat.rules [UNCHANGED] /usr/lib/udev/rules.d/71-u-d-c-gpu-detection.rules [UNCHANGED] /usr/lib/udev/rules.d/71-xpra-virtual-pointer.rules [UNCHANGED] /usr/lib/udev/rules.d/73-seat-late.rules [UNCHANGED] /usr/lib/udev/rules.d/73-special-net-names.rules [UNCHANGED] /usr/lib/udev/rules.d/75-net-description.rules [UNCHANGED] /usr/lib/udev/rules.d/75-probe_mtd.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-broadmobi-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-cinterion-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-dell-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-dlink-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-ericsson-mbm.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-fibocom-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-foxconn-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-gosuncn-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-haier-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-huawei-net-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-longcheer-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-mtk-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-nokia-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-qdl-device-blacklist.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-quectel-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-sierra.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-simtech-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-telit-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-tplink-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-ublox-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-usb-device-blacklist.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-usb-serial-adapters-greylist.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-x22x-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/77-mm-zte-port-types.rules [UNCHANGED] /usr/lib/udev/rules.d/78-graphics-card.rules [UNCHANGED] /usr/lib/udev/rules.d/78-sound-card.rules [UNCHANGED] /usr/lib/udev/rules.d/80-debian-compat.rules [UNCHANGED] /usr/lib/udev/rules.d/80-drivers.rules [UNCHANGED] /usr/lib/udev/rules.d/80-iio-sensor-proxy.rules [UNCHANGED] /usr/lib/udev/rules.d/80-libinput-device-groups.rules [UNCHANGED] /usr/lib/udev/rules.d/80-mm-candidate.rules [UNCHANGED] /usr/lib/udev/rules.d/80-net-setup-link.rules [UNCHANGED] /usr/lib/udev/rules.d/80-udisks2.rules [UNCHANGED] /usr/lib/udev/rules.d/81-net-dhcp.rules [UNCHANGED] /usr/lib/udev/rules.d/84-nm-drivers.rules [UNCHANGED] /usr/lib/udev/rules.d/85-brltty.rules [UNCHANGED] /usr/lib/udev/rules.d/85-hdparm.rules [UNCHANGED] /usr/lib/udev/rules.d/85-hplj10xx.rules [UNCHANGED] /usr/lib/udev/rules.d/85-nm-unmanaged.rules [UNCHANGED] /usr/lib/udev/rules.d/85-regulatory.rules [UNCHANGED] /usr/lib/udev/rules.d/90-alsa-restore.rules [UNCHANGED] /usr/lib/udev/rules.d/90-bolt.rules [UNCHANGED] /usr/lib/udev/rules.d/90-console-setup.rules [UNCHANGED] /usr/lib/udev/rules.d/90-fwupd-devices.rules [UNCHANGED] /usr/lib/udev/rules.d/90-libgpod.rules [UNCHANGED] /usr/lib/udev/rules.d/90-libinput-fuzz-override.rules [UNCHANGED] /usr/lib/udev/rules.d/90-nm-thunderbolt.rules [UNCHANGED] /usr/lib/udev/rules.d/90-pipewire-alsa.rules [UNCHANGED] /usr/lib/udev/rules.d/90-pulseaudio.rules [UNCHANGED] /usr/lib/udev/rules.d/92-libccid.rules [UNCHANGED] /usr/lib/udev/rules.d/95-cd-devices.rules [UNCHANGED] /usr/lib/udev/rules.d/95-dm-notify.rules [UNCHANGED] /usr/lib/udev/rules.d/95-upower-csr.rules [UNCHANGED] /usr/lib/udev/rules.d/95-upower-hid.rules [UNCHANGED] /usr/lib/udev/rules.d/95-upower-hidpp.rules [UNCHANGED] /usr/lib/udev/rules.d/95-upower-wup.rules [UNCHANGED] /usr/lib/udev/rules.d/96-e2scrub.rules [UNCHANGED] /usr/lib/udev/rules.d/97-hid2hci.rules [UNCHANGED] /usr/lib/udev/rules.d/99-libsane1.rules [UNCHANGED] /usr/lib/udev/rules.d/99-systemd.rules [UNCHANGED] /etc/modprobe.d/alsa-base.conf [UNCHANGED] /etc/modprobe.d/amd64-microcode-blacklist.conf [UNCHANGED] /etc/modprobe.d/blacklist-ath_pci.conf [UNCHANGED] /etc/modprobe.d/blacklist-firewire.conf [UNCHANGED] /etc/modprobe.d/blacklist-framebuffer.conf [UNCHANGED] /etc/modprobe.d/blacklist-modem.conf [UNCHANGED] /etc/modprobe.d/blacklist-oss.conf [UNCHANGED] /etc/modprobe.d/blacklist-rare-network.conf [UNCHANGED] /etc/modprobe.d/blacklist.conf [UNCHANGED] /etc/modprobe.d/dkms.conf [UNCHANGED] /etc/modprobe.d/intel-microcode-blacklist.conf [UNCHANGED] /etc/modprobe.d/iwlwifi.conf [UNCHANGED] /usr/lib/modprobe.d/aliases.conf [UNCHANGED] /usr/lib/modprobe.d/blacklist_linux_5.13.0-25-generic.conf [UNCHANGED] /usr/lib/modprobe.d/blacklist_linux_5.13.0-27-generic.conf [UNCHANGED] /usr/lib/modprobe.d/fbdev-blacklist.conf [UNCHANGED] /usr/lib/modprobe.d/nvidia-graphics-drivers.conf [UNCHANGED] /usr/lib/modprobe.d/systemd.conf 0 overridden configuration files found.