How To Install systemd on CentOS 8

systemd is System and Service Manager System and Service Manager System and Service Manager

Introduction

In this tutorial we learn how to install systemd on CentOS 8.

What is systemd

systemd is a system and service manager that runs as PID 1 and starts the rest of the system. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd supports SysV and LSB init scripts and works as a replacement for sysvinit. Other parts of this package are a logging daemon, utilities to control basic system configuration like the hostname, date, locale, maintain a list of logged-in users, system accounts, runtime directories and settings, and daemons to manage simple network configuration, network time synchronization, log forwarding, and name resolution. systemd 239 45.el8_4.2 i686 3.7 M systemd-239-45.el8_4.2.src.rpm baseos System and Service Manager http LGPLv2+ and MIT and GPLv2+ systemd is a system and service manager that runs as PID 1 and starts the rest of the system. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd supports SysV and LSB init scripts and works as a replacement for sysvinit. Other parts of this package are a logging daemon, utilities to control basic system configuration like the hostname, date, locale, maintain a list of logged-in users, system accounts, runtime directories and settings, and daemons to manage simple network configuration, network time synchronization, log forwarding, and name resolution. systemd 239 45.el8_4.2 x86_64 3.6 M systemd-239-45.el8_4.2.src.rpm baseos System and Service Manager http LGPLv2+ and MIT and GPLv2+ systemd is a system and service manager that runs as PID 1 and starts the rest of the system. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd supports SysV and LSB init scripts and works as a replacement for sysvinit. Other parts of this package are a logging daemon, utilities to control basic system configuration like the hostname, date, locale, maintain a list of logged-in users, system accounts, runtime directories and settings, and daemons to manage simple network configuration, network time synchronization, log forwarding, and name resolution.

We can use yum or dnf to install systemd on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install systemd.

Install systemd on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install systemd using dnf by running the following command:

sudo dnf -y install systemd

Install systemd on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install systemd using yum by running the following command:

sudo yum -y install systemd

How To Uninstall systemd on CentOS 8

To uninstall only the systemd package we can use the following command:

sudo dnf remove systemd

systemd Package Contents on CentOS 8

/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/binfmt.d
/etc/crypttab
/etc/dnf/protected.d/systemd.conf
/etc/hostname
/etc/inittab
/etc/locale.conf
/etc/localtime
/etc/machine-id
/etc/machine-info
/etc/pam.d/systemd-user
/etc/rc.d
/etc/rc.d/init.d
/etc/rc.d/init.d/README
/etc/rc.d/rc.local
/etc/rc.local
/etc/sysctl.conf
/etc/sysctl.d
/etc/sysctl.d/99-sysctl.conf
/etc/systemd
/etc/systemd/coredump.conf
/etc/systemd/journald.conf
/etc/systemd/logind.conf
/etc/systemd/resolved.conf
/etc/systemd/system
/etc/systemd/system.conf
/etc/systemd/system/basic.target.wants
/etc/systemd/system/bluetooth.target.wants
/etc/systemd/system/default.target.wants
/etc/systemd/system/getty.target.wants
/etc/systemd/system/graphical.target.wants
/etc/systemd/system/local-fs.target.wants
/etc/systemd/system/machines.target.wants
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/printer.target.wants
/etc/systemd/system/remote-fs.target.wants
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/system-update.target.wants
/etc/systemd/system/timers.target.wants
/etc/systemd/user
/etc/systemd/user.conf
/etc/tmpfiles.d
/etc/xdg/systemd
/etc/xdg/systemd/user
/usr/bin/busctl
/usr/bin/coredumpctl
/usr/bin/hostnamectl
/usr/bin/journalctl
/usr/bin/localectl
/usr/bin/loginctl
/usr/bin/resolvectl
/usr/bin/systemctl
/usr/bin/systemd-analyze
/usr/bin/systemd-ask-password
/usr/bin/systemd-cat
/usr/bin/systemd-cgls
/usr/bin/systemd-cgtop
/usr/bin/systemd-delta
/usr/bin/systemd-detect-virt
/usr/bin/systemd-escape
/usr/bin/systemd-firstboot
/usr/bin/systemd-inhibit
/usr/bin/systemd-machine-id-setup
/usr/bin/systemd-mount
/usr/bin/systemd-notify
/usr/bin/systemd-path
/usr/bin/systemd-resolve
/usr/bin/systemd-run
/usr/bin/systemd-socket-activate
/usr/bin/systemd-stdio-bridge
/usr/bin/systemd-sysusers
/usr/bin/systemd-tmpfiles
/usr/bin/systemd-tty-ask-password-agent
/usr/bin/systemd-umount
/usr/bin/timedatectl
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/22648840ebf57c1b8758fefff359e1f460e6ce
/usr/lib/.build-id/05
/usr/lib/.build-id/05/7d6a267c1c470a5c97e8d687d293987fada84a
/usr/lib/.build-id/08
/usr/lib/.build-id/08/ed1ccf13f3166052a64e64160026909c666b88
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/36ab31f0c06f257522ecc4a6a35ec7626359b8
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/c2211e15599f9a992d2e05485e7cd20d218acf
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/59724fb580761c55a8031180940e701f1d9736
/usr/lib/.build-id/15
/usr/lib/.build-id/15/35a1d8fdc05e4d49de9a1df001486fe0e749fc
/usr/lib/.build-id/16
/usr/lib/.build-id/16/3c8ed75c318926dc421668421efa0edbd6d694
/usr/lib/.build-id/18
/usr/lib/.build-id/18/730673e326777240974d531b3da338e145bb0b
/usr/lib/.build-id/19
/usr/lib/.build-id/19/a0f8236f95bcbacb6b624b6b2b8b14326d7b93
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/f04c287058221e7d3987ce8ef5b676dafd69c4
/usr/lib/.build-id/26
/usr/lib/.build-id/26/7fa53a043d8f32c279fb3a95208c1bc8148fe8
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/a1a5957e6882dc070949cd91888969286115c3
/usr/lib/.build-id/2a/ee1285e6420d570e405090ed48d336154e451c
/usr/lib/.build-id/36
/usr/lib/.build-id/36/828589baa31976b5800bf650b379bb18c07f8a
/usr/lib/.build-id/37
/usr/lib/.build-id/37/eafc089d4bdc511f5a5f233703b33dfe740740
/usr/lib/.build-id/38
/usr/lib/.build-id/38/3c269c49a9697778d5d594e0bed73c09836c86
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/1c8def549e35dd120637dfd0d37fafb6823522
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/1c4882a24ac8fdb33e2876e39199224ccc1a5a
/usr/lib/.build-id/40
/usr/lib/.build-id/40/2dd37d3d3327ce3b05c50bd02db1c83393c08d
/usr/lib/.build-id/48
/usr/lib/.build-id/48/15ceb6e4089d0d8486bfc11779f79f87d1dfd6
/usr/lib/.build-id/56
/usr/lib/.build-id/56/3a9e938e4d5fa274e686b6534deff1c0988d9f
/usr/lib/.build-id/58
/usr/lib/.build-id/58/175886d2a68fb3c1f2594f102af44481f6d7ee
/usr/lib/.build-id/59
/usr/lib/.build-id/59/a8667a572354c07456f4158850bf6dfdabbf2a
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/f953221ecc3289b8e24814d5b1273f16593894
/usr/lib/.build-id/63
/usr/lib/.build-id/63/8767c8a6cdb738aa63a725e41564f1549afaa7
/usr/lib/.build-id/63/d0096cf81a75affec11ec37eeee8cd9f07445c
/usr/lib/.build-id/68
/usr/lib/.build-id/68/354c4d0bdf2d278a0d01f2168b43309f216c6b
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/c40bd5459dcce3016d39423a033bc3bd1180c5
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/5a2f53e3f0f7032b17fcc5728a2fac755fe83e
/usr/lib/.build-id/71
/usr/lib/.build-id/71/17b1ba232b218d0b695bf751e109373842cb2a
/usr/lib/.build-id/72
/usr/lib/.build-id/72/8976ecfdfa370eb91400349bd0f7790c18a5ad
/usr/lib/.build-id/72/bf00cc56945804f44f65e6fc6eeb5bea7005af
/usr/lib/.build-id/75
/usr/lib/.build-id/75/477cad8bcee9e486b7fc031676af28db96c169
/usr/lib/.build-id/78
/usr/lib/.build-id/78/1f032cd573f13aa27636422e8f917688bfe938
/usr/lib/.build-id/79
/usr/lib/.build-id/79/50470f4a81657a4c0d66430d7c66788604ab55
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/3a8cbce591a1388a4f29a4a43d53d85b35ca24
/usr/lib/.build-id/7a/bd06ae4edba3cba05973e7b4cbe9374390c35d
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/1bde794c52536989c8430af301a18d2a057277
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/c0f1fa3e529d7c92122d8ea5062d53b9dd691e
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/231c48f18eef9ae77f66f173c803c8ea90f0ff
/usr/lib/.build-id/83
/usr/lib/.build-id/83/f20fe354a61053472767360ef40a09b88aa23e
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/8b1b143ed8643d340cc3d9398f7dc142ccc28c
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/ad2c7d100194e374811684a633f01669ac987b
/usr/lib/.build-id/95
/usr/lib/.build-id/95/b52931f6866b8a2c1ed28b5e74887268aba8c4
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/4e17fc013ee5ea49af221694a08dd8d501b3e6
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/90f4a68ac8b0cd99bb3743b5bde1cb8e2a900e
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/007130847ea945d2c6f76209ceefafef453476
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/fc2f953dc720a375e78a5f270ca5700ebbcdc4
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/408c6a61a36f0a9076af738f0e07759f0806a6
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/e9f5ea536aa4fbb692bef1891b414d2db025b4
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/608a9b71c052456b673238848dff7c454831f4
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/47d149fcaf22a5776a6eaf7eeca0b761ebd384
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/e233914c0dd46af557c15ee57a1684132f7bbc
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/d902d3abe35be85a9e8adcac012208d1bf49e4
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/46bbc6e324d0c44559ec7781a007145437d754
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/7085f2ce0815dc4ff97c5ca4d72db95ee59f7a
/usr/lib/.build-id/de
/usr/lib/.build-id/de/38dc2639589e44a72f660998f776a46db7d43d
/usr/lib/.build-id/de/bcb5f088fdacf2a520874be02b151b0d179fb0
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/4045782ea3fea4c2d68546357cd7894a7365cd
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/233f60ca36e0d2038a809c827327ee74086a8f
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/410b62c8ac63958e88b3c67ee6880f13ad315d
/usr/lib/.build-id/e6/fb09b2c4f9b60fef04474b4754ef9f8cb860b9
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/22a26886fa3b9f50e0e43505bbc844e885f558
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/3c8b88332b8d0bf1ce6d69b0dd10f9fbda45b7
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/a8c0c1dfc057c471731398f5ab31de2f36c455
/usr/lib/binfmt.d
/usr/lib/environment.d
/usr/lib/environment.d/99-environment.conf
/usr/lib/rpm/macros.d/macros.systemd
/usr/lib/sysctl.d
/usr/lib/sysctl.d/50-coredump.conf
/usr/lib/sysctl.d/50-default.conf
/usr/lib/sysctl.d/50-pid-max.conf
/usr/lib/systemd
/usr/lib/systemd/catalog
/usr/lib/systemd/catalog/systemd.be.catalog
/usr/lib/systemd/catalog/[email protected]
/usr/lib/systemd/catalog/systemd.bg.catalog
/usr/lib/systemd/catalog/systemd.catalog
/usr/lib/systemd/catalog/systemd.de.catalog
/usr/lib/systemd/catalog/systemd.fr.catalog
/usr/lib/systemd/catalog/systemd.it.catalog
/usr/lib/systemd/catalog/systemd.pl.catalog
/usr/lib/systemd/catalog/systemd.pt_BR.catalog
/usr/lib/systemd/catalog/systemd.ru.catalog
/usr/lib/systemd/catalog/systemd.zh_CN.catalog
/usr/lib/systemd/catalog/systemd.zh_TW.catalog
/usr/lib/systemd/libsystemd-shared-239.so
/usr/lib/systemd/network
/usr/lib/systemd/portable
/usr/lib/systemd/portable/profile
/usr/lib/systemd/portable/profile/default
/usr/lib/systemd/portable/profile/default/service.conf
/usr/lib/systemd/portable/profile/nonetwork
/usr/lib/systemd/portable/profile/nonetwork/service.conf
/usr/lib/systemd/portable/profile/strict
/usr/lib/systemd/portable/profile/strict/service.conf
/usr/lib/systemd/portable/profile/trusted
/usr/lib/systemd/portable/profile/trusted/service.conf
/usr/lib/systemd/portablectl
/usr/lib/systemd/purge-nobody-user
/usr/lib/systemd/resolv.conf
/usr/lib/systemd/system
/usr/lib/systemd/system-generators
/usr/lib/systemd/system-generators/systemd-debug-generator
/usr/lib/systemd/system-generators/systemd-fstab-generator
/usr/lib/systemd/system-generators/systemd-getty-generator
/usr/lib/systemd/system-generators/systemd-rc-local-generator
/usr/lib/systemd/system-generators/systemd-system-update-generator
/usr/lib/systemd/system-generators/systemd-sysv-generator
/usr/lib/systemd/system-generators/systemd-veritysetup-generator
/usr/lib/systemd/system-preset
/usr/lib/systemd/system-preset/90-systemd.preset
/usr/lib/systemd/system-shutdown
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/basic.target
/usr/lib/systemd/system/basic.target.wants
/usr/lib/systemd/system/bluetooth.target
/usr/lib/systemd/system/boot-complete.target
/usr/lib/systemd/system/console-getty.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/ctrl-alt-del.target
/usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
/usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
/usr/lib/systemd/system/dbus-org.freedesktop.login1.service
/usr/lib/systemd/system/dbus-org.freedesktop.portable1.service
/usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
/usr/lib/systemd/system/dbus.target.wants
/usr/lib/systemd/system/debug-shell.service
/usr/lib/systemd/system/default.target
/usr/lib/systemd/system/default.target.wants
/usr/lib/systemd/system/dev-hugepages.mount
/usr/lib/systemd/system/dev-mqueue.mount
/usr/lib/systemd/system/emergency.service
/usr/lib/systemd/system/emergency.target
/usr/lib/systemd/system/exit.target
/usr/lib/systemd/system/final.target
/usr/lib/systemd/system/getty-pre.target
/usr/lib/systemd/system/getty.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/graphical.target
/usr/lib/systemd/system/graphical.target.wants
/usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/halt-local.service
/usr/lib/systemd/system/halt.target
/usr/lib/systemd/system/initrd-cleanup.service
/usr/lib/systemd/system/initrd-fs.target
/usr/lib/systemd/system/initrd-parse-etc.service
/usr/lib/systemd/system/initrd-root-device.target
/usr/lib/systemd/system/initrd-root-fs.target
/usr/lib/systemd/system/initrd-switch-root.service
/usr/lib/systemd/system/initrd-switch-root.target
/usr/lib/systemd/system/initrd.target
/usr/lib/systemd/system/kexec.target
/usr/lib/systemd/system/ldconfig.service
/usr/lib/systemd/system/local-fs-pre.target
/usr/lib/systemd/system/local-fs.target
/usr/lib/systemd/system/local-fs.target.wants
/usr/lib/systemd/system/multi-user.target
/usr/lib/systemd/system/multi-user.target.wants
/usr/lib/systemd/system/multi-user.target.wants/getty.target
/usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
/usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
/usr/lib/systemd/system/network-online.target
/usr/lib/systemd/system/network-pre.target
/usr/lib/systemd/system/network.target
/usr/lib/systemd/system/nss-lookup.target
/usr/lib/systemd/system/nss-user-lookup.target
/usr/lib/systemd/system/paths.target
/usr/lib/systemd/system/poweroff.target
/usr/lib/systemd/system/printer.target
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
/usr/lib/systemd/system/rc-local.service
/usr/lib/systemd/system/reboot.target
/usr/lib/systemd/system/remote-fs-pre.target
/usr/lib/systemd/system/remote-fs.target
/usr/lib/systemd/system/remote-fs.target.wants
/usr/lib/systemd/system/rescue.service
/usr/lib/systemd/system/rescue.target
/usr/lib/systemd/system/rescue.target.wants
/usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/rpcbind.target
/usr/lib/systemd/system/runlevel0.target
/usr/lib/systemd/system/runlevel1.target
/usr/lib/systemd/system/runlevel1.target.wants
/usr/lib/systemd/system/runlevel2.target
/usr/lib/systemd/system/runlevel2.target.wants
/usr/lib/systemd/system/runlevel3.target
/usr/lib/systemd/system/runlevel3.target.wants
/usr/lib/systemd/system/runlevel4.target
/usr/lib/systemd/system/runlevel4.target.wants
/usr/lib/systemd/system/runlevel5.target
/usr/lib/systemd/system/runlevel5.target.wants
/usr/lib/systemd/system/runlevel6.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/shutdown.target
/usr/lib/systemd/system/sigpwr.target
/usr/lib/systemd/system/slices.target
/usr/lib/systemd/system/smartcard.target
/usr/lib/systemd/system/sockets.target
/usr/lib/systemd/system/sockets.target.wants
/usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
/usr/lib/systemd/system/sound.target
/usr/lib/systemd/system/swap.target
/usr/lib/systemd/system/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sys-kernel-config.mount
/usr/lib/systemd/system/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target
/usr/lib/systemd/system/sysinit.target.wants
/usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
/usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
/usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
/usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
/usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
/usr/lib/systemd/system/syslog.socket
/usr/lib/systemd/system/syslog.target.wants
/usr/lib/systemd/system/system-update-cleanup.service
/usr/lib/systemd/system/system-update-pre.target
/usr/lib/systemd/system/system-update.target
/usr/lib/systemd/system/systemd-ask-password-console.path
/usr/lib/systemd/system/systemd-ask-password-console.service
/usr/lib/systemd/system/systemd-ask-password-wall.path
/usr/lib/systemd/system/systemd-ask-password-wall.service
/usr/lib/systemd/system/systemd-binfmt.service
/usr/lib/systemd/system/systemd-coredump.socket
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-exit.service
/usr/lib/systemd/system/systemd-firstboot.service
/usr/lib/systemd/system/systemd-fsck-root.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-halt.service
/usr/lib/systemd/system/systemd-hostnamed.service
/usr/lib/systemd/system/systemd-initctl.service
/usr/lib/systemd/system/systemd-initctl.socket
/usr/lib/systemd/system/systemd-journal-catalog-update.service
/usr/lib/systemd/system/systemd-journal-flush.service
/usr/lib/systemd/system/systemd-journald-audit.socket
/usr/lib/systemd/system/systemd-journald-dev-log.socket
/usr/lib/systemd/system/systemd-journald.service
/usr/lib/systemd/system/systemd-journald.socket
/usr/lib/systemd/system/systemd-kexec.service
/usr/lib/systemd/system/systemd-localed.service
/usr/lib/systemd/system/systemd-logind.service
/usr/lib/systemd/system/systemd-machine-id-commit.service
/usr/lib/systemd/system/systemd-portabled.service
/usr/lib/systemd/system/systemd-poweroff.service
/usr/lib/systemd/system/systemd-reboot.service
/usr/lib/systemd/system/systemd-resolved.service
/usr/lib/systemd/system/systemd-sysctl.service
/usr/lib/systemd/system/systemd-sysusers.service
/usr/lib/systemd/system/systemd-timedated.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/systemd-update-done.service
/usr/lib/systemd/system/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/systemd-update-utmp.service
/usr/lib/systemd/system/systemd-user-sessions.service
/usr/lib/systemd/system/systemd-volatile-root.service
/usr/lib/systemd/system/time-sync.target
/usr/lib/systemd/system/timers.target
/usr/lib/systemd/system/timers.target.wants
/usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/tmp.mount
/usr/lib/systemd/system/umount.target
/usr/lib/systemd/system/user-.slice.d
/usr/lib/systemd/system/user-.slice.d/10-defaults.conf
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/user.slice
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/systemd
/usr/lib/systemd/systemd-ac-power
/usr/lib/systemd/systemd-binfmt
/usr/lib/systemd/systemd-cgroups-agent
/usr/lib/systemd/systemd-coredump
/usr/lib/systemd/systemd-dissect
/usr/lib/systemd/systemd-export
/usr/lib/systemd/systemd-fsck
/usr/lib/systemd/systemd-hostnamed
/usr/lib/systemd/systemd-initctl
/usr/lib/systemd/systemd-journald
/usr/lib/systemd/systemd-localed
/usr/lib/systemd/systemd-logind
/usr/lib/systemd/systemd-portabled
/usr/lib/systemd/systemd-reply-password
/usr/lib/systemd/systemd-resolved
/usr/lib/systemd/systemd-shutdown
/usr/lib/systemd/systemd-socket-proxyd
/usr/lib/systemd/systemd-sulogin-shell
/usr/lib/systemd/systemd-sysctl
/usr/lib/systemd/systemd-timedated
/usr/lib/systemd/systemd-update-done
/usr/lib/systemd/systemd-update-utmp
/usr/lib/systemd/systemd-user-runtime-dir
/usr/lib/systemd/systemd-user-sessions
/usr/lib/systemd/systemd-veritysetup
/usr/lib/systemd/systemd-volatile-root
/usr/lib/systemd/user
/usr/lib/systemd/user-environment-generators
/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
/usr/lib/systemd/user-generators
/usr/lib/systemd/user-preset
/usr/lib/systemd/user-preset/90-systemd.preset
/usr/lib/systemd/user/basic.target
/usr/lib/systemd/user/bluetooth.target
/usr/lib/systemd/user/default.target
/usr/lib/systemd/user/exit.target
/usr/lib/systemd/user/graphical-session-pre.target
/usr/lib/systemd/user/graphical-session.target
/usr/lib/systemd/user/paths.target
/usr/lib/systemd/user/printer.target
/usr/lib/systemd/user/shutdown.target
/usr/lib/systemd/user/smartcard.target
/usr/lib/systemd/user/sockets.target
/usr/lib/systemd/user/sound.target
/usr/lib/systemd/user/systemd-exit.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.timer
/usr/lib/systemd/user/systemd-tmpfiles-setup.service
/usr/lib/systemd/user/timers.target
/usr/lib/sysusers.d
/usr/lib/sysusers.d/basic.conf
/usr/lib/sysusers.d/systemd.conf
/usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/etc.conf
/usr/lib/tmpfiles.d/home.conf
/usr/lib/tmpfiles.d/journal-nocow.conf
/usr/lib/tmpfiles.d/legacy.conf
/usr/lib/tmpfiles.d/portables.conf
/usr/lib/tmpfiles.d/systemd-nologin.conf
/usr/lib/tmpfiles.d/systemd.conf
/usr/lib/tmpfiles.d/tmp.conf
/usr/lib/tmpfiles.d/var.conf
/usr/lib/tmpfiles.d/x11.conf
/usr/sbin/halt
/usr/sbin/init
/usr/sbin/poweroff
/usr/sbin/reboot
/usr/sbin/resolvconf
/usr/sbin/runlevel
/usr/sbin/shutdown
/usr/sbin/telinit
/usr/share/bash-completion/completions/busctl
/usr/share/bash-completion/completions/coredumpctl
/usr/share/bash-completion/completions/hostnamectl
/usr/share/bash-completion/completions/journalctl
/usr/share/bash-completion/completions/localectl
/usr/share/bash-completion/completions/loginctl
/usr/share/bash-completion/completions/portablectl
/usr/share/bash-completion/completions/resolvectl
/usr/share/bash-completion/completions/systemctl
/usr/share/bash-completion/completions/systemd-analyze
/usr/share/bash-completion/completions/systemd-cat
/usr/share/bash-completion/completions/systemd-cgls
/usr/share/bash-completion/completions/systemd-cgtop
/usr/share/bash-completion/completions/systemd-delta
/usr/share/bash-completion/completions/systemd-detect-virt
/usr/share/bash-completion/completions/systemd-path
/usr/share/bash-completion/completions/systemd-resolve
/usr/share/bash-completion/completions/systemd-run
/usr/share/bash-completion/completions/timedatectl
/usr/share/dbus-1/services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
/usr/share/dbus-1/system-services/org.freedesktop.locale1.service
/usr/share/dbus-1/system-services/org.freedesktop.login1.service
/usr/share/dbus-1/system-services/org.freedesktop.portable1.service
/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service
/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
/usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
/usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
/usr/share/dbus-1/system.d/org.freedesktop.login1.conf
/usr/share/dbus-1/system.d/org.freedesktop.portable1.conf
/usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf
/usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
/usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
/usr/share/doc/systemd
/usr/share/doc/systemd/20-yama-ptrace.conf
/usr/share/doc/systemd/CODING_STYLE
/usr/share/doc/systemd/DISTRO_PORTING
/usr/share/doc/systemd/ENVIRONMENT.md
/usr/share/doc/systemd/GVARIANT-SERIALIZATION
/usr/share/doc/systemd/HACKING
/usr/share/doc/systemd/NEWS
/usr/share/doc/systemd/README
/usr/share/doc/systemd/TRANSIENT-SETTINGS.md
/usr/share/doc/systemd/TRANSLATORS
/usr/share/doc/systemd/UIDS-GIDS.md
/usr/share/factory
/usr/share/factory/etc
/usr/share/factory/etc/nsswitch.conf
/usr/share/factory/etc/pam.d
/usr/share/factory/etc/pam.d/other
/usr/share/factory/etc/pam.d/system-auth
/usr/share/licenses/systemd
/usr/share/licenses/systemd/LICENSE.GPL2
/usr/share/licenses/systemd/LICENSE.LGPL2.1
/usr/share/locale/be/LC_MESSAGES/systemd.mo
/usr/share/locale/be@latin/LC_MESSAGES/systemd.mo
/usr/share/locale/bg/LC_MESSAGES/systemd.mo
/usr/share/locale/ca/LC_MESSAGES/systemd.mo
/usr/share/locale/cs/LC_MESSAGES/systemd.mo
/usr/share/locale/da/LC_MESSAGES/systemd.mo
/usr/share/locale/de/LC_MESSAGES/systemd.mo
/usr/share/locale/el/LC_MESSAGES/systemd.mo
/usr/share/locale/es/LC_MESSAGES/systemd.mo
/usr/share/locale/fr/LC_MESSAGES/systemd.mo
/usr/share/locale/gl/LC_MESSAGES/systemd.mo
/usr/share/locale/hr/LC_MESSAGES/systemd.mo
/usr/share/locale/hu/LC_MESSAGES/systemd.mo
/usr/share/locale/id/LC_MESSAGES/systemd.mo
/usr/share/locale/it/LC_MESSAGES/systemd.mo
/usr/share/locale/ja/LC_MESSAGES/systemd.mo
/usr/share/locale/ko/LC_MESSAGES/systemd.mo
/usr/share/locale/pl/LC_MESSAGES/systemd.mo
/usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo
/usr/share/locale/ro/LC_MESSAGES/systemd.mo
/usr/share/locale/ru/LC_MESSAGES/systemd.mo
/usr/share/locale/sk/LC_MESSAGES/systemd.mo
/usr/share/locale/sr/LC_MESSAGES/systemd.mo
/usr/share/locale/sv/LC_MESSAGES/systemd.mo
/usr/share/locale/tr/LC_MESSAGES/systemd.mo
/usr/share/locale/uk/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo
/usr/share/man/man1/busctl.1.gz
/usr/share/man/man1/coredumpctl.1.gz
/usr/share/man/man1/hostnamectl.1.gz
/usr/share/man/man1/init.1.gz
/usr/share/man/man1/journalctl.1.gz
/usr/share/man/man1/localectl.1.gz
/usr/share/man/man1/loginctl.1.gz
/usr/share/man/man1/portablectl.1.gz
/usr/share/man/man1/resolvconf.1.gz
/usr/share/man/man1/resolvectl.1.gz
/usr/share/man/man1/systemctl.1.gz
/usr/share/man/man1/systemd-analyze.1.gz
/usr/share/man/man1/systemd-ask-password.1.gz
/usr/share/man/man1/systemd-cat.1.gz
/usr/share/man/man1/systemd-cgls.1.gz
/usr/share/man/man1/systemd-cgtop.1.gz
/usr/share/man/man1/systemd-delta.1.gz
/usr/share/man/man1/systemd-detect-virt.1.gz
/usr/share/man/man1/systemd-escape.1.gz
/usr/share/man/man1/systemd-firstboot.1.gz
/usr/share/man/man1/systemd-firstboot.service.1.gz
/usr/share/man/man1/systemd-inhibit.1.gz
/usr/share/man/man1/systemd-machine-id-setup.1.gz
/usr/share/man/man1/systemd-mount.1.gz
/usr/share/man/man1/systemd-notify.1.gz
/usr/share/man/man1/systemd-path.1.gz
/usr/share/man/man1/systemd-run.1.gz
/usr/share/man/man1/systemd-socket-activate.1.gz
/usr/share/man/man1/systemd-tty-ask-password-agent.1.gz
/usr/share/man/man1/systemd-umount.1.gz
/usr/share/man/man1/systemd.1.gz
/usr/share/man/man1/timedatectl.1.gz
/usr/share/man/man5/binfmt.d.5.gz
/usr/share/man/man5/coredump.conf.5.gz
/usr/share/man/man5/coredump.conf.d.5.gz
/usr/share/man/man5/crypttab.5.gz
/usr/share/man/man5/dnssec-trust-anchors.d.5.gz
/usr/share/man/man5/environment.d.5.gz
/usr/share/man/man5/hostname.5.gz
/usr/share/man/man5/journald.conf.5.gz
/usr/share/man/man5/journald.conf.d.5.gz
/usr/share/man/man5/loader.conf.5.gz
/usr/share/man/man5/locale.conf.5.gz
/usr/share/man/man5/localtime.5.gz
/usr/share/man/man5/logind.conf.5.gz
/usr/share/man/man5/logind.conf.d.5.gz
/usr/share/man/man5/machine-id.5.gz
/usr/share/man/man5/machine-info.5.gz
/usr/share/man/man5/os-release.5.gz
/usr/share/man/man5/resolved.conf.5.gz
/usr/share/man/man5/resolved.conf.d.5.gz
/usr/share/man/man5/sysctl.d.5.gz
/usr/share/man/man5/system.conf.d.5.gz
/usr/share/man/man5/systemd-system.conf.5.gz
/usr/share/man/man5/systemd-user.conf.5.gz
/usr/share/man/man5/systemd.automount.5.gz
/usr/share/man/man5/systemd.device.5.gz
/usr/share/man/man5/systemd.dnssd.5.gz
/usr/share/man/man5/systemd.exec.5.gz
/usr/share/man/man5/systemd.kill.5.gz
/usr/share/man/man5/systemd.link.5.gz
/usr/share/man/man5/systemd.mount.5.gz
/usr/share/man/man5/systemd.negative.5.gz
/usr/share/man/man5/systemd.nspawn.5.gz
/usr/share/man/man5/systemd.path.5.gz
/usr/share/man/man5/systemd.positive.5.gz
/usr/share/man/man5/systemd.preset.5.gz
/usr/share/man/man5/systemd.resource-control.5.gz
/usr/share/man/man5/systemd.scope.5.gz
/usr/share/man/man5/systemd.service.5.gz
/usr/share/man/man5/systemd.slice.5.gz
/usr/share/man/man5/systemd.socket.5.gz
/usr/share/man/man5/systemd.swap.5.gz
/usr/share/man/man5/systemd.target.5.gz
/usr/share/man/man5/systemd.timer.5.gz
/usr/share/man/man5/systemd.unit.5.gz
/usr/share/man/man5/sysusers.d.5.gz
/usr/share/man/man5/tmpfiles.d.5.gz
/usr/share/man/man5/user.conf.d.5.gz
/usr/share/man/man7/bootup.7.gz
/usr/share/man/man7/daemon.7.gz
/usr/share/man/man7/file-hierarchy.7.gz
/usr/share/man/man7/kernel-command-line.7.gz
/usr/share/man/man7/sd-boot.7.gz
/usr/share/man/man7/systemd-boot.7.gz
/usr/share/man/man7/systemd.directives.7.gz
/usr/share/man/man7/systemd.environment-generator.7.gz
/usr/share/man/man7/systemd.generator.7.gz
/usr/share/man/man7/systemd.index.7.gz
/usr/share/man/man7/systemd.journal-fields.7.gz
/usr/share/man/man7/systemd.net-naming-scheme.7.gz
/usr/share/man/man7/systemd.offline-updates.7.gz
/usr/share/man/man7/systemd.special.7.gz
/usr/share/man/man7/systemd.syntax.7.gz
/usr/share/man/man7/systemd.time.7.gz
/usr/share/man/man8/30-systemd-environment-d-generator.8.gz
/usr/share/man/man8/halt.8.gz
/usr/share/man/man8/nss-myhostname.8.gz
/usr/share/man/man8/nss-resolve.8.gz
/usr/share/man/man8/nss-systemd.8.gz
/usr/share/man/man8/pam_systemd.8.gz
/usr/share/man/man8/poweroff.8.gz
/usr/share/man/man8/reboot.8.gz
/usr/share/man/man8/runlevel.8.gz
/usr/share/man/man8/shutdown.8.gz
/usr/share/man/man8/systemd-ask-password-console.path.8.gz
/usr/share/man/man8/systemd-ask-password-console.service.8.gz
/usr/share/man/man8/systemd-ask-password-wall.path.8.gz
/usr/share/man/man8/systemd-ask-password-wall.service.8.gz
/usr/share/man/man8/systemd-binfmt.8.gz
/usr/share/man/man8/systemd-binfmt.service.8.gz
/usr/share/man/man8/systemd-coredump.8.gz
/usr/share/man/man8/systemd-coredump.socket.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-debug-generator.8.gz
/usr/share/man/man8/systemd-environment-d-generator.8.gz
/usr/share/man/man8/systemd-fsck-root.service.8.gz
/usr/share/man/man8/systemd-fsck.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-fstab-generator.8.gz
/usr/share/man/man8/systemd-getty-generator.8.gz
/usr/share/man/man8/systemd-halt.service.8.gz
/usr/share/man/man8/systemd-hostnamed.8.gz
/usr/share/man/man8/systemd-hostnamed.service.8.gz
/usr/share/man/man8/systemd-initctl.8.gz
/usr/share/man/man8/systemd-initctl.service.8.gz
/usr/share/man/man8/systemd-initctl.socket.8.gz
/usr/share/man/man8/systemd-journald-audit.socket.8.gz
/usr/share/man/man8/systemd-journald-dev-log.socket.8.gz
/usr/share/man/man8/systemd-journald.8.gz
/usr/share/man/man8/systemd-journald.service.8.gz
/usr/share/man/man8/systemd-journald.socket.8.gz
/usr/share/man/man8/systemd-kexec.service.8.gz
/usr/share/man/man8/systemd-localed.8.gz
/usr/share/man/man8/systemd-localed.service.8.gz
/usr/share/man/man8/systemd-logind.8.gz
/usr/share/man/man8/systemd-logind.service.8.gz
/usr/share/man/man8/systemd-machine-id-commit.service.8.gz
/usr/share/man/man8/systemd-portabled.8.gz
/usr/share/man/man8/systemd-portabled.service.8.gz
/usr/share/man/man8/systemd-poweroff.service.8.gz
/usr/share/man/man8/systemd-rc-local-generator.8.gz
/usr/share/man/man8/systemd-reboot.service.8.gz
/usr/share/man/man8/systemd-resolved.8.gz
/usr/share/man/man8/systemd-resolved.service.8.gz
/usr/share/man/man8/systemd-shutdown.8.gz
/usr/share/man/man8/systemd-socket-proxyd.8.gz
/usr/share/man/man8/systemd-sysctl.8.gz
/usr/share/man/man8/systemd-sysctl.service.8.gz
/usr/share/man/man8/systemd-system-update-generator.8.gz
/usr/share/man/man8/systemd-sysusers.8.gz
/usr/share/man/man8/systemd-sysusers.service.8.gz
/usr/share/man/man8/systemd-sysv-generator.8.gz
/usr/share/man/man8/systemd-timedated.8.gz
/usr/share/man/man8/systemd-timedated.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz
/usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz
/usr/share/man/man8/systemd-tmpfiles.8.gz
/usr/share/man/man8/systemd-update-done.8.gz
/usr/share/man/man8/systemd-update-done.service.8.gz
/usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz
/usr/share/man/man8/systemd-update-utmp.8.gz
/usr/share/man/man8/systemd-update-utmp.service.8.gz
/usr/share/man/man8/systemd-user-sessions.8.gz
/usr/share/man/man8/systemd-user-sessions.service.8.gz
/usr/share/man/man8/systemd-veritysetup-generator.8.gz
/usr/share/man/man8/systemd-veritysetup.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-volatile-root.8.gz
/usr/share/man/man8/systemd-volatile-root.service.8.gz
/usr/share/man/man8/telinit.8.gz
/usr/share/pkgconfig/systemd.pc
/usr/share/pkgconfig/udev.pc
/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
/usr/share/polkit-1/actions/org.freedesktop.locale1.policy
/usr/share/polkit-1/actions/org.freedesktop.login1.policy
/usr/share/polkit-1/actions/org.freedesktop.portable1.policy
/usr/share/polkit-1/actions/org.freedesktop.resolve1.policy
/usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
/usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
/usr/share/systemd
/usr/share/systemd/kbd-model-map
/usr/share/systemd/language-fallback-map
/usr/share/zsh/site-functions/_busctl
/usr/share/zsh/site-functions/_coredumpctl
/usr/share/zsh/site-functions/_hostnamectl
/usr/share/zsh/site-functions/_journalctl
/usr/share/zsh/site-functions/_localectl
/usr/share/zsh/site-functions/_loginctl
/usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
/usr/share/zsh/site-functions/_sd_machines
/usr/share/zsh/site-functions/_sd_outputmodes
/usr/share/zsh/site-functions/_sd_unit_files
/usr/share/zsh/site-functions/_systemctl
/usr/share/zsh/site-functions/_systemd
/usr/share/zsh/site-functions/_systemd-analyze
/usr/share/zsh/site-functions/_systemd-delta
/usr/share/zsh/site-functions/_systemd-inhibit
/usr/share/zsh/site-functions/_systemd-resolve
/usr/share/zsh/site-functions/_systemd-run
/usr/share/zsh/site-functions/_systemd-tmpfiles
/usr/share/zsh/site-functions/_timedatectl
/var/cache/private
/var/lib/private
/var/lib/private/systemd
/var/lib/rpm-state/systemd
/var/lib/systemd
/var/lib/systemd/catalog
/var/lib/systemd/catalog/database
/var/lib/systemd/coredump
/var/lib/systemd/linger
/var/log/btmp
/var/log/journal
/var/log/private
/var/log/wtmp
/var/run/utmp
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/binfmt.d
/etc/crypttab
/etc/dnf/protected.d/systemd.conf
/etc/hostname
/etc/inittab
/etc/locale.conf
/etc/localtime
/etc/machine-id
/etc/machine-info
/etc/pam.d/systemd-user
/etc/rc.d
/etc/rc.d/init.d
/etc/rc.d/init.d/README
/etc/rc.d/rc.local
/etc/rc.local
/etc/sysctl.conf
/etc/sysctl.d
/etc/sysctl.d/99-sysctl.conf
/etc/systemd
/etc/systemd/coredump.conf
/etc/systemd/journald.conf
/etc/systemd/logind.conf
/etc/systemd/resolved.conf
/etc/systemd/system
/etc/systemd/system.conf
/etc/systemd/system/basic.target.wants
/etc/systemd/system/bluetooth.target.wants
/etc/systemd/system/default.target.wants
/etc/systemd/system/getty.target.wants
/etc/systemd/system/graphical.target.wants
/etc/systemd/system/local-fs.target.wants
/etc/systemd/system/machines.target.wants
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/printer.target.wants
/etc/systemd/system/remote-fs.target.wants
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/system-update.target.wants
/etc/systemd/system/timers.target.wants
/etc/systemd/user
/etc/systemd/user.conf
/etc/tmpfiles.d
/etc/xdg/systemd
/etc/xdg/systemd/user
/usr/bin/busctl
/usr/bin/coredumpctl
/usr/bin/hostnamectl
/usr/bin/journalctl
/usr/bin/localectl
/usr/bin/loginctl
/usr/bin/resolvectl
/usr/bin/systemctl
/usr/bin/systemd-analyze
/usr/bin/systemd-ask-password
/usr/bin/systemd-cat
/usr/bin/systemd-cgls
/usr/bin/systemd-cgtop
/usr/bin/systemd-delta
/usr/bin/systemd-detect-virt
/usr/bin/systemd-escape
/usr/bin/systemd-firstboot
/usr/bin/systemd-inhibit
/usr/bin/systemd-machine-id-setup
/usr/bin/systemd-mount
/usr/bin/systemd-notify
/usr/bin/systemd-path
/usr/bin/systemd-resolve
/usr/bin/systemd-run
/usr/bin/systemd-socket-activate
/usr/bin/systemd-stdio-bridge
/usr/bin/systemd-sysusers
/usr/bin/systemd-tmpfiles
/usr/bin/systemd-tty-ask-password-agent
/usr/bin/systemd-umount
/usr/bin/timedatectl
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/d9f067cda29d12b7342d1c04320aac74c68186
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/068d246cdf7188b915b3229637f52ad4770840
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/92942b046707c816798b3dc2997ddc9556560d
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/f2f2892914486e2050b972b13e1416974ce94a
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/0ce22f44f1b4fd285e992fee24141ae17c8c62
/usr/lib/.build-id/21
/usr/lib/.build-id/21/c4336d108727769ff5d151add3dc1039b5bdc0
/usr/lib/.build-id/22
/usr/lib/.build-id/22/dc6ebf26289717df30569cbcbe5d1867716819
/usr/lib/.build-id/25
/usr/lib/.build-id/25/e3753f4e9724298e5435d235f349d18f5b922b
/usr/lib/.build-id/26
/usr/lib/.build-id/26/4d91dce39982981a1c2cbe936c140587da6370
/usr/lib/.build-id/28
/usr/lib/.build-id/28/2d2b83b452256b0978bee5e968291a6fc418d7
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/790e3c0f85ba8bbde1c86dc6ed5b8a862ab30a
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/023d854e56c3822915f0e3903f686564546774
/usr/lib/.build-id/32
/usr/lib/.build-id/32/4b2beaa650efdb87e9bea142d78cd8d4849934
/usr/lib/.build-id/36
/usr/lib/.build-id/36/397d4f9e1fcc35c13239799a85de39781c30e0
/usr/lib/.build-id/36/a4e365402b6df22d506d1a23e78c0e3b90cacb
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/a1fa9395ee6a1fb61f93c6fa4e7d8f3c76a728
/usr/lib/.build-id/42
/usr/lib/.build-id/42/0c8292ddf9b51f773a05b18a3cd69a40f36e09
/usr/lib/.build-id/45
/usr/lib/.build-id/45/9bf4ff16855ba798bc0a80efcc2098d07a756a
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/cd2091e4149b2aa62975763267d5a8dc099dde
/usr/lib/.build-id/57
/usr/lib/.build-id/57/2706ffbedda09326fb1dc711e1f9aad6aab089
/usr/lib/.build-id/59
/usr/lib/.build-id/59/f9458f396004afe50eae505c94dcfe8bbc8b70
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/0f02ea91a36d88c91b979817353f1a9636b24b
/usr/lib/.build-id/60
/usr/lib/.build-id/60/ed47717826113d7abb4286bbfb68192ad6a2db
/usr/lib/.build-id/63
/usr/lib/.build-id/63/010646842adf2cc851799bdae8f4a54e8040c5
/usr/lib/.build-id/69
/usr/lib/.build-id/69/6ed02ec464dfceec622e1fdda9354be6d0b7f2
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/51517ce7026567d3e0f10270b7330d9891e33a
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/1ac11f9cf2569dbe8a81ac4794873c07eee28f
/usr/lib/.build-id/78
/usr/lib/.build-id/78/75936541c3431569b8914f2bbd80bf36c18cba
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/3b7259d08efedac1c6adae148691d4d4e4e963
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/f38f24b9fcf5447be3c12a7779cacc7d7c9871
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/1d6c0b89d401fddc53026c723ee396cb096845
/usr/lib/.build-id/86
/usr/lib/.build-id/86/0ec7bfa54373c6eead71d83540755e060d1c4f
/usr/lib/.build-id/87
/usr/lib/.build-id/87/98d1d909cb4bee84c459558b7e17ec30d2f177
/usr/lib/.build-id/91
/usr/lib/.build-id/91/63df03064860867809af8d2b1bcc020884502c
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/ef3e4f0b0214f8ec70c3c8bebd59f130799736
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/7e7a6af19279a36998f08c874c0ec88b473937
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/ac63bd6ca3b2717b80d1ae2a06c72a720f4aa2
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/08dad2ba4dc821e1496bfb4181727f518a258f
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/74d922eb98c621e1904fc66ccf8819d6f08524
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/9a20e67356a32be700af8d5181a9a0f8db7fab
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/3e304a9e5583897e4005ed1e7a41a7ba79edb5
/usr/lib/.build-id/ae/f34ee9b87dfde05a3e0e42c913d6e5ce86e52a
/usr/lib/.build-id/af
/usr/lib/.build-id/af/bd3a16e372cf56d3ffe0532e65d741ebcc4e7d
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/87e1b347c733cf221fbeb5c8975d71bbfaedb8
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/f46fb4fa590e0532423c5c8c4751c7b4c90bba
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/29a037e7362a77ce98e2decc74450cd09304f9
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/7aa4bef17f94c8dcc8ad8c2989d62ceb46a750
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/66c1d0b36272b00e8473321f67808cf3375710
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/ef4244e7eb43c37d71ef40e27f142df56901e5
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/b3cd4d23681c3a111de5542a8a6688c45e1c1b
/usr/lib/.build-id/c7/e3590ecb38c91b91b71986984da48575debd6c
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/82aed8dc4b79bb1c7150e0e9a715eec46b2777
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/779a4e90b1ef04d702e8ed5d569f58c5ec3c40
/usr/lib/.build-id/df
/usr/lib/.build-id/df/037ab35d191e180d2942851a13fe3239f811fc
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/51fd9f668adf20317352ee683cd221dfc8d32f
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/ae35abbaa26741352fd7a88ee9d084f371f7ec
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/a301c4877049240e68e112539448920ce71597
/usr/lib/.build-id/e9/a8bccfea485ec5e13e59e7769238843dd39157
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/d69cf8e21a67388051bd463b86a09656ef5fdf
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/4789d886ddd7c102d9de94b438d808ca243431
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/453c29ece724a2fb98b0d946eca2de8631e140
/usr/lib/.build-id/fa/a0d02378b490d8414649d10e55f5626d0a8712
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/63762638b0b37377e86995726663a3afb2f493
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/5c092281849dce5e062fda55e7de58f43dbf76
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/30827ba76258aaffcc6c223111f29070af8b16
/usr/lib/.build-id/ff/3ed601c7186959762b2b38e41e86e2e0398655
/usr/lib/binfmt.d
/usr/lib/environment.d
/usr/lib/environment.d/99-environment.conf
/usr/lib/rpm/macros.d/macros.systemd
/usr/lib/sysctl.d
/usr/lib/sysctl.d/50-coredump.conf
/usr/lib/sysctl.d/50-default.conf
/usr/lib/sysctl.d/50-pid-max.conf
/usr/lib/systemd
/usr/lib/systemd/catalog
/usr/lib/systemd/catalog/systemd.be.catalog
/usr/lib/systemd/catalog/[email protected]
/usr/lib/systemd/catalog/systemd.bg.catalog
/usr/lib/systemd/catalog/systemd.catalog
/usr/lib/systemd/catalog/systemd.de.catalog
/usr/lib/systemd/catalog/systemd.fr.catalog
/usr/lib/systemd/catalog/systemd.it.catalog
/usr/lib/systemd/catalog/systemd.pl.catalog
/usr/lib/systemd/catalog/systemd.pt_BR.catalog
/usr/lib/systemd/catalog/systemd.ru.catalog
/usr/lib/systemd/catalog/systemd.zh_CN.catalog
/usr/lib/systemd/catalog/systemd.zh_TW.catalog
/usr/lib/systemd/libsystemd-shared-239.so
/usr/lib/systemd/network
/usr/lib/systemd/portable
/usr/lib/systemd/portable/profile
/usr/lib/systemd/portable/profile/default
/usr/lib/systemd/portable/profile/default/service.conf
/usr/lib/systemd/portable/profile/nonetwork
/usr/lib/systemd/portable/profile/nonetwork/service.conf
/usr/lib/systemd/portable/profile/strict
/usr/lib/systemd/portable/profile/strict/service.conf
/usr/lib/systemd/portable/profile/trusted
/usr/lib/systemd/portable/profile/trusted/service.conf
/usr/lib/systemd/portablectl
/usr/lib/systemd/purge-nobody-user
/usr/lib/systemd/resolv.conf
/usr/lib/systemd/system
/usr/lib/systemd/system-generators
/usr/lib/systemd/system-generators/systemd-debug-generator
/usr/lib/systemd/system-generators/systemd-fstab-generator
/usr/lib/systemd/system-generators/systemd-getty-generator
/usr/lib/systemd/system-generators/systemd-rc-local-generator
/usr/lib/systemd/system-generators/systemd-system-update-generator
/usr/lib/systemd/system-generators/systemd-sysv-generator
/usr/lib/systemd/system-generators/systemd-veritysetup-generator
/usr/lib/systemd/system-preset
/usr/lib/systemd/system-preset/90-systemd.preset
/usr/lib/systemd/system-shutdown
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/basic.target
/usr/lib/systemd/system/basic.target.wants
/usr/lib/systemd/system/bluetooth.target
/usr/lib/systemd/system/boot-complete.target
/usr/lib/systemd/system/console-getty.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/ctrl-alt-del.target
/usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
/usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
/usr/lib/systemd/system/dbus-org.freedesktop.login1.service
/usr/lib/systemd/system/dbus-org.freedesktop.portable1.service
/usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
/usr/lib/systemd/system/dbus.target.wants
/usr/lib/systemd/system/debug-shell.service
/usr/lib/systemd/system/default.target
/usr/lib/systemd/system/default.target.wants
/usr/lib/systemd/system/dev-hugepages.mount
/usr/lib/systemd/system/dev-mqueue.mount
/usr/lib/systemd/system/emergency.service
/usr/lib/systemd/system/emergency.target
/usr/lib/systemd/system/exit.target
/usr/lib/systemd/system/final.target
/usr/lib/systemd/system/getty-pre.target
/usr/lib/systemd/system/getty.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/graphical.target
/usr/lib/systemd/system/graphical.target.wants
/usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/halt-local.service
/usr/lib/systemd/system/halt.target
/usr/lib/systemd/system/initrd-cleanup.service
/usr/lib/systemd/system/initrd-fs.target
/usr/lib/systemd/system/initrd-parse-etc.service
/usr/lib/systemd/system/initrd-root-device.target
/usr/lib/systemd/system/initrd-root-fs.target
/usr/lib/systemd/system/initrd-switch-root.service
/usr/lib/systemd/system/initrd-switch-root.target
/usr/lib/systemd/system/initrd.target
/usr/lib/systemd/system/kexec.target
/usr/lib/systemd/system/ldconfig.service
/usr/lib/systemd/system/local-fs-pre.target
/usr/lib/systemd/system/local-fs.target
/usr/lib/systemd/system/local-fs.target.wants
/usr/lib/systemd/system/multi-user.target
/usr/lib/systemd/system/multi-user.target.wants
/usr/lib/systemd/system/multi-user.target.wants/getty.target
/usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
/usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
/usr/lib/systemd/system/network-online.target
/usr/lib/systemd/system/network-pre.target
/usr/lib/systemd/system/network.target
/usr/lib/systemd/system/nss-lookup.target
/usr/lib/systemd/system/nss-user-lookup.target
/usr/lib/systemd/system/paths.target
/usr/lib/systemd/system/poweroff.target
/usr/lib/systemd/system/printer.target
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
/usr/lib/systemd/system/rc-local.service
/usr/lib/systemd/system/reboot.target
/usr/lib/systemd/system/remote-fs-pre.target
/usr/lib/systemd/system/remote-fs.target
/usr/lib/systemd/system/remote-fs.target.wants
/usr/lib/systemd/system/rescue.service
/usr/lib/systemd/system/rescue.target
/usr/lib/systemd/system/rescue.target.wants
/usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/rpcbind.target
/usr/lib/systemd/system/runlevel0.target
/usr/lib/systemd/system/runlevel1.target
/usr/lib/systemd/system/runlevel1.target.wants
/usr/lib/systemd/system/runlevel2.target
/usr/lib/systemd/system/runlevel2.target.wants
/usr/lib/systemd/system/runlevel3.target
/usr/lib/systemd/system/runlevel3.target.wants
/usr/lib/systemd/system/runlevel4.target
/usr/lib/systemd/system/runlevel4.target.wants
/usr/lib/systemd/system/runlevel5.target
/usr/lib/systemd/system/runlevel5.target.wants
/usr/lib/systemd/system/runlevel6.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/shutdown.target
/usr/lib/systemd/system/sigpwr.target
/usr/lib/systemd/system/slices.target
/usr/lib/systemd/system/smartcard.target
/usr/lib/systemd/system/sockets.target
/usr/lib/systemd/system/sockets.target.wants
/usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
/usr/lib/systemd/system/sound.target
/usr/lib/systemd/system/swap.target
/usr/lib/systemd/system/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sys-kernel-config.mount
/usr/lib/systemd/system/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target
/usr/lib/systemd/system/sysinit.target.wants
/usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
/usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
/usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
/usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
/usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
/usr/lib/systemd/system/syslog.socket
/usr/lib/systemd/system/syslog.target.wants
/usr/lib/systemd/system/system-update-cleanup.service
/usr/lib/systemd/system/system-update-pre.target
/usr/lib/systemd/system/system-update.target
/usr/lib/systemd/system/systemd-ask-password-console.path
/usr/lib/systemd/system/systemd-ask-password-console.service
/usr/lib/systemd/system/systemd-ask-password-wall.path
/usr/lib/systemd/system/systemd-ask-password-wall.service
/usr/lib/systemd/system/systemd-binfmt.service
/usr/lib/systemd/system/systemd-coredump.socket
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-exit.service
/usr/lib/systemd/system/systemd-firstboot.service
/usr/lib/systemd/system/systemd-fsck-root.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-halt.service
/usr/lib/systemd/system/systemd-hostnamed.service
/usr/lib/systemd/system/systemd-initctl.service
/usr/lib/systemd/system/systemd-initctl.socket
/usr/lib/systemd/system/systemd-journal-catalog-update.service
/usr/lib/systemd/system/systemd-journal-flush.service
/usr/lib/systemd/system/systemd-journald-audit.socket
/usr/lib/systemd/system/systemd-journald-dev-log.socket
/usr/lib/systemd/system/systemd-journald.service
/usr/lib/systemd/system/systemd-journald.socket
/usr/lib/systemd/system/systemd-kexec.service
/usr/lib/systemd/system/systemd-localed.service
/usr/lib/systemd/system/systemd-logind.service
/usr/lib/systemd/system/systemd-machine-id-commit.service
/usr/lib/systemd/system/systemd-portabled.service
/usr/lib/systemd/system/systemd-poweroff.service
/usr/lib/systemd/system/systemd-reboot.service
/usr/lib/systemd/system/systemd-resolved.service
/usr/lib/systemd/system/systemd-sysctl.service
/usr/lib/systemd/system/systemd-sysusers.service
/usr/lib/systemd/system/systemd-timedated.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/systemd-update-done.service
/usr/lib/systemd/system/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/systemd-update-utmp.service
/usr/lib/systemd/system/systemd-user-sessions.service
/usr/lib/systemd/system/systemd-volatile-root.service
/usr/lib/systemd/system/time-sync.target
/usr/lib/systemd/system/timers.target
/usr/lib/systemd/system/timers.target.wants
/usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/tmp.mount
/usr/lib/systemd/system/umount.target
/usr/lib/systemd/system/user-.slice.d
/usr/lib/systemd/system/user-.slice.d/10-defaults.conf
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/user.slice
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/systemd
/usr/lib/systemd/systemd-ac-power
/usr/lib/systemd/systemd-binfmt
/usr/lib/systemd/systemd-cgroups-agent
/usr/lib/systemd/systemd-coredump
/usr/lib/systemd/systemd-dissect
/usr/lib/systemd/systemd-export
/usr/lib/systemd/systemd-fsck
/usr/lib/systemd/systemd-hostnamed
/usr/lib/systemd/systemd-initctl
/usr/lib/systemd/systemd-journald
/usr/lib/systemd/systemd-localed
/usr/lib/systemd/systemd-logind
/usr/lib/systemd/systemd-portabled
/usr/lib/systemd/systemd-reply-password
/usr/lib/systemd/systemd-resolved
/usr/lib/systemd/systemd-shutdown
/usr/lib/systemd/systemd-socket-proxyd
/usr/lib/systemd/systemd-sulogin-shell
/usr/lib/systemd/systemd-sysctl
/usr/lib/systemd/systemd-timedated
/usr/lib/systemd/systemd-update-done
/usr/lib/systemd/systemd-update-utmp
/usr/lib/systemd/systemd-user-runtime-dir
/usr/lib/systemd/systemd-user-sessions
/usr/lib/systemd/systemd-veritysetup
/usr/lib/systemd/systemd-volatile-root
/usr/lib/systemd/user
/usr/lib/systemd/user-environment-generators
/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
/usr/lib/systemd/user-generators
/usr/lib/systemd/user-preset
/usr/lib/systemd/user-preset/90-systemd.preset
/usr/lib/systemd/user/basic.target
/usr/lib/systemd/user/bluetooth.target
/usr/lib/systemd/user/default.target
/usr/lib/systemd/user/exit.target
/usr/lib/systemd/user/graphical-session-pre.target
/usr/lib/systemd/user/graphical-session.target
/usr/lib/systemd/user/paths.target
/usr/lib/systemd/user/printer.target
/usr/lib/systemd/user/shutdown.target
/usr/lib/systemd/user/smartcard.target
/usr/lib/systemd/user/sockets.target
/usr/lib/systemd/user/sound.target
/usr/lib/systemd/user/systemd-exit.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.timer
/usr/lib/systemd/user/systemd-tmpfiles-setup.service
/usr/lib/systemd/user/timers.target
/usr/lib/sysusers.d
/usr/lib/sysusers.d/basic.conf
/usr/lib/sysusers.d/systemd.conf
/usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/etc.conf
/usr/lib/tmpfiles.d/home.conf
/usr/lib/tmpfiles.d/journal-nocow.conf
/usr/lib/tmpfiles.d/legacy.conf
/usr/lib/tmpfiles.d/portables.conf
/usr/lib/tmpfiles.d/systemd-nologin.conf
/usr/lib/tmpfiles.d/systemd.conf
/usr/lib/tmpfiles.d/tmp.conf
/usr/lib/tmpfiles.d/var.conf
/usr/lib/tmpfiles.d/x11.conf
/usr/sbin/halt
/usr/sbin/init
/usr/sbin/poweroff
/usr/sbin/reboot
/usr/sbin/resolvconf
/usr/sbin/runlevel
/usr/sbin/shutdown
/usr/sbin/telinit
/usr/share/bash-completion/completions/busctl
/usr/share/bash-completion/completions/coredumpctl
/usr/share/bash-completion/completions/hostnamectl
/usr/share/bash-completion/completions/journalctl
/usr/share/bash-completion/completions/localectl
/usr/share/bash-completion/completions/loginctl
/usr/share/bash-completion/completions/portablectl
/usr/share/bash-completion/completions/resolvectl
/usr/share/bash-completion/completions/systemctl
/usr/share/bash-completion/completions/systemd-analyze
/usr/share/bash-completion/completions/systemd-cat
/usr/share/bash-completion/completions/systemd-cgls
/usr/share/bash-completion/completions/systemd-cgtop
/usr/share/bash-completion/completions/systemd-delta
/usr/share/bash-completion/completions/systemd-detect-virt
/usr/share/bash-completion/completions/systemd-path
/usr/share/bash-completion/completions/systemd-resolve
/usr/share/bash-completion/completions/systemd-run
/usr/share/bash-completion/completions/timedatectl
/usr/share/dbus-1/services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
/usr/share/dbus-1/system-services/org.freedesktop.locale1.service
/usr/share/dbus-1/system-services/org.freedesktop.login1.service
/usr/share/dbus-1/system-services/org.freedesktop.portable1.service
/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service
/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
/usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
/usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
/usr/share/dbus-1/system.d/org.freedesktop.login1.conf
/usr/share/dbus-1/system.d/org.freedesktop.portable1.conf
/usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf
/usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
/usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
/usr/share/doc/systemd
/usr/share/doc/systemd/20-yama-ptrace.conf
/usr/share/doc/systemd/CODING_STYLE
/usr/share/doc/systemd/DISTRO_PORTING
/usr/share/doc/systemd/ENVIRONMENT.md
/usr/share/doc/systemd/GVARIANT-SERIALIZATION
/usr/share/doc/systemd/HACKING
/usr/share/doc/systemd/NEWS
/usr/share/doc/systemd/README
/usr/share/doc/systemd/TRANSIENT-SETTINGS.md
/usr/share/doc/systemd/TRANSLATORS
/usr/share/doc/systemd/UIDS-GIDS.md
/usr/share/factory
/usr/share/factory/etc
/usr/share/factory/etc/nsswitch.conf
/usr/share/factory/etc/pam.d
/usr/share/factory/etc/pam.d/other
/usr/share/factory/etc/pam.d/system-auth
/usr/share/licenses/systemd
/usr/share/licenses/systemd/LICENSE.GPL2
/usr/share/licenses/systemd/LICENSE.LGPL2.1
/usr/share/locale/be/LC_MESSAGES/systemd.mo
/usr/share/locale/be@latin/LC_MESSAGES/systemd.mo
/usr/share/locale/bg/LC_MESSAGES/systemd.mo
/usr/share/locale/ca/LC_MESSAGES/systemd.mo
/usr/share/locale/cs/LC_MESSAGES/systemd.mo
/usr/share/locale/da/LC_MESSAGES/systemd.mo
/usr/share/locale/de/LC_MESSAGES/systemd.mo
/usr/share/locale/el/LC_MESSAGES/systemd.mo
/usr/share/locale/es/LC_MESSAGES/systemd.mo
/usr/share/locale/fr/LC_MESSAGES/systemd.mo
/usr/share/locale/gl/LC_MESSAGES/systemd.mo
/usr/share/locale/hr/LC_MESSAGES/systemd.mo
/usr/share/locale/hu/LC_MESSAGES/systemd.mo
/usr/share/locale/id/LC_MESSAGES/systemd.mo
/usr/share/locale/it/LC_MESSAGES/systemd.mo
/usr/share/locale/ja/LC_MESSAGES/systemd.mo
/usr/share/locale/ko/LC_MESSAGES/systemd.mo
/usr/share/locale/pl/LC_MESSAGES/systemd.mo
/usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo
/usr/share/locale/ro/LC_MESSAGES/systemd.mo
/usr/share/locale/ru/LC_MESSAGES/systemd.mo
/usr/share/locale/sk/LC_MESSAGES/systemd.mo
/usr/share/locale/sr/LC_MESSAGES/systemd.mo
/usr/share/locale/sv/LC_MESSAGES/systemd.mo
/usr/share/locale/tr/LC_MESSAGES/systemd.mo
/usr/share/locale/uk/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo
/usr/share/man/man1/busctl.1.gz
/usr/share/man/man1/coredumpctl.1.gz
/usr/share/man/man1/hostnamectl.1.gz
/usr/share/man/man1/init.1.gz
/usr/share/man/man1/journalctl.1.gz
/usr/share/man/man1/localectl.1.gz
/usr/share/man/man1/loginctl.1.gz
/usr/share/man/man1/portablectl.1.gz
/usr/share/man/man1/resolvconf.1.gz
/usr/share/man/man1/resolvectl.1.gz
/usr/share/man/man1/systemctl.1.gz
/usr/share/man/man1/systemd-analyze.1.gz
/usr/share/man/man1/systemd-ask-password.1.gz
/usr/share/man/man1/systemd-cat.1.gz
/usr/share/man/man1/systemd-cgls.1.gz
/usr/share/man/man1/systemd-cgtop.1.gz
/usr/share/man/man1/systemd-delta.1.gz
/usr/share/man/man1/systemd-detect-virt.1.gz
/usr/share/man/man1/systemd-escape.1.gz
/usr/share/man/man1/systemd-firstboot.1.gz
/usr/share/man/man1/systemd-firstboot.service.1.gz
/usr/share/man/man1/systemd-inhibit.1.gz
/usr/share/man/man1/systemd-machine-id-setup.1.gz
/usr/share/man/man1/systemd-mount.1.gz
/usr/share/man/man1/systemd-notify.1.gz
/usr/share/man/man1/systemd-path.1.gz
/usr/share/man/man1/systemd-run.1.gz
/usr/share/man/man1/systemd-socket-activate.1.gz
/usr/share/man/man1/systemd-tty-ask-password-agent.1.gz
/usr/share/man/man1/systemd-umount.1.gz
/usr/share/man/man1/systemd.1.gz
/usr/share/man/man1/timedatectl.1.gz
/usr/share/man/man5/binfmt.d.5.gz
/usr/share/man/man5/coredump.conf.5.gz
/usr/share/man/man5/coredump.conf.d.5.gz
/usr/share/man/man5/crypttab.5.gz
/usr/share/man/man5/dnssec-trust-anchors.d.5.gz
/usr/share/man/man5/environment.d.5.gz
/usr/share/man/man5/hostname.5.gz
/usr/share/man/man5/journald.conf.5.gz
/usr/share/man/man5/journald.conf.d.5.gz
/usr/share/man/man5/loader.conf.5.gz
/usr/share/man/man5/locale.conf.5.gz
/usr/share/man/man5/localtime.5.gz
/usr/share/man/man5/logind.conf.5.gz
/usr/share/man/man5/logind.conf.d.5.gz
/usr/share/man/man5/machine-id.5.gz
/usr/share/man/man5/machine-info.5.gz
/usr/share/man/man5/os-release.5.gz
/usr/share/man/man5/resolved.conf.5.gz
/usr/share/man/man5/resolved.conf.d.5.gz
/usr/share/man/man5/sysctl.d.5.gz
/usr/share/man/man5/system.conf.d.5.gz
/usr/share/man/man5/systemd-system.conf.5.gz
/usr/share/man/man5/systemd-user.conf.5.gz
/usr/share/man/man5/systemd.automount.5.gz
/usr/share/man/man5/systemd.device.5.gz
/usr/share/man/man5/systemd.dnssd.5.gz
/usr/share/man/man5/systemd.exec.5.gz
/usr/share/man/man5/systemd.kill.5.gz
/usr/share/man/man5/systemd.link.5.gz
/usr/share/man/man5/systemd.mount.5.gz
/usr/share/man/man5/systemd.negative.5.gz
/usr/share/man/man5/systemd.nspawn.5.gz
/usr/share/man/man5/systemd.path.5.gz
/usr/share/man/man5/systemd.positive.5.gz
/usr/share/man/man5/systemd.preset.5.gz
/usr/share/man/man5/systemd.resource-control.5.gz
/usr/share/man/man5/systemd.scope.5.gz
/usr/share/man/man5/systemd.service.5.gz
/usr/share/man/man5/systemd.slice.5.gz
/usr/share/man/man5/systemd.socket.5.gz
/usr/share/man/man5/systemd.swap.5.gz
/usr/share/man/man5/systemd.target.5.gz
/usr/share/man/man5/systemd.timer.5.gz
/usr/share/man/man5/systemd.unit.5.gz
/usr/share/man/man5/sysusers.d.5.gz
/usr/share/man/man5/tmpfiles.d.5.gz
/usr/share/man/man5/user.conf.d.5.gz
/usr/share/man/man7/bootup.7.gz
/usr/share/man/man7/daemon.7.gz
/usr/share/man/man7/file-hierarchy.7.gz
/usr/share/man/man7/kernel-command-line.7.gz
/usr/share/man/man7/sd-boot.7.gz
/usr/share/man/man7/systemd-boot.7.gz
/usr/share/man/man7/systemd.directives.7.gz
/usr/share/man/man7/systemd.environment-generator.7.gz
/usr/share/man/man7/systemd.generator.7.gz
/usr/share/man/man7/systemd.index.7.gz
/usr/share/man/man7/systemd.journal-fields.7.gz
/usr/share/man/man7/systemd.net-naming-scheme.7.gz
/usr/share/man/man7/systemd.offline-updates.7.gz
/usr/share/man/man7/systemd.special.7.gz
/usr/share/man/man7/systemd.syntax.7.gz
/usr/share/man/man7/systemd.time.7.gz
/usr/share/man/man8/30-systemd-environment-d-generator.8.gz
/usr/share/man/man8/halt.8.gz
/usr/share/man/man8/nss-myhostname.8.gz
/usr/share/man/man8/nss-resolve.8.gz
/usr/share/man/man8/nss-systemd.8.gz
/usr/share/man/man8/pam_systemd.8.gz
/usr/share/man/man8/poweroff.8.gz
/usr/share/man/man8/reboot.8.gz
/usr/share/man/man8/runlevel.8.gz
/usr/share/man/man8/shutdown.8.gz
/usr/share/man/man8/systemd-ask-password-console.path.8.gz
/usr/share/man/man8/systemd-ask-password-console.service.8.gz
/usr/share/man/man8/systemd-ask-password-wall.path.8.gz
/usr/share/man/man8/systemd-ask-password-wall.service.8.gz
/usr/share/man/man8/systemd-binfmt.8.gz
/usr/share/man/man8/systemd-binfmt.service.8.gz
/usr/share/man/man8/systemd-coredump.8.gz
/usr/share/man/man8/systemd-coredump.socket.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-debug-generator.8.gz
/usr/share/man/man8/systemd-environment-d-generator.8.gz
/usr/share/man/man8/systemd-fsck-root.service.8.gz
/usr/share/man/man8/systemd-fsck.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-fstab-generator.8.gz
/usr/share/man/man8/systemd-getty-generator.8.gz
/usr/share/man/man8/systemd-halt.service.8.gz
/usr/share/man/man8/systemd-hostnamed.8.gz
/usr/share/man/man8/systemd-hostnamed.service.8.gz
/usr/share/man/man8/systemd-initctl.8.gz
/usr/share/man/man8/systemd-initctl.service.8.gz
/usr/share/man/man8/systemd-initctl.socket.8.gz
/usr/share/man/man8/systemd-journald-audit.socket.8.gz
/usr/share/man/man8/systemd-journald-dev-log.socket.8.gz
/usr/share/man/man8/systemd-journald.8.gz
/usr/share/man/man8/systemd-journald.service.8.gz
/usr/share/man/man8/systemd-journald.socket.8.gz
/usr/share/man/man8/systemd-kexec.service.8.gz
/usr/share/man/man8/systemd-localed.8.gz
/usr/share/man/man8/systemd-localed.service.8.gz
/usr/share/man/man8/systemd-logind.8.gz
/usr/share/man/man8/systemd-logind.service.8.gz
/usr/share/man/man8/systemd-machine-id-commit.service.8.gz
/usr/share/man/man8/systemd-portabled.8.gz
/usr/share/man/man8/systemd-portabled.service.8.gz
/usr/share/man/man8/systemd-poweroff.service.8.gz
/usr/share/man/man8/systemd-rc-local-generator.8.gz
/usr/share/man/man8/systemd-reboot.service.8.gz
/usr/share/man/man8/systemd-resolved.8.gz
/usr/share/man/man8/systemd-resolved.service.8.gz
/usr/share/man/man8/systemd-shutdown.8.gz
/usr/share/man/man8/systemd-socket-proxyd.8.gz
/usr/share/man/man8/systemd-sysctl.8.gz
/usr/share/man/man8/systemd-sysctl.service.8.gz
/usr/share/man/man8/systemd-system-update-generator.8.gz
/usr/share/man/man8/systemd-sysusers.8.gz
/usr/share/man/man8/systemd-sysusers.service.8.gz
/usr/share/man/man8/systemd-sysv-generator.8.gz
/usr/share/man/man8/systemd-timedated.8.gz
/usr/share/man/man8/systemd-timedated.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz
/usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz
/usr/share/man/man8/systemd-tmpfiles.8.gz
/usr/share/man/man8/systemd-update-done.8.gz
/usr/share/man/man8/systemd-update-done.service.8.gz
/usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz
/usr/share/man/man8/systemd-update-utmp.8.gz
/usr/share/man/man8/systemd-update-utmp.service.8.gz
/usr/share/man/man8/systemd-user-sessions.8.gz
/usr/share/man/man8/systemd-user-sessions.service.8.gz
/usr/share/man/man8/systemd-veritysetup-generator.8.gz
/usr/share/man/man8/systemd-veritysetup.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-volatile-root.8.gz
/usr/share/man/man8/systemd-volatile-root.service.8.gz
/usr/share/man/man8/telinit.8.gz
/usr/share/pkgconfig/systemd.pc
/usr/share/pkgconfig/udev.pc
/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
/usr/share/polkit-1/actions/org.freedesktop.locale1.policy
/usr/share/polkit-1/actions/org.freedesktop.login1.policy
/usr/share/polkit-1/actions/org.freedesktop.portable1.policy
/usr/share/polkit-1/actions/org.freedesktop.resolve1.policy
/usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
/usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
/usr/share/systemd
/usr/share/systemd/kbd-model-map
/usr/share/systemd/language-fallback-map
/usr/share/zsh/site-functions/_busctl
/usr/share/zsh/site-functions/_coredumpctl
/usr/share/zsh/site-functions/_hostnamectl
/usr/share/zsh/site-functions/_journalctl
/usr/share/zsh/site-functions/_localectl
/usr/share/zsh/site-functions/_loginctl
/usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
/usr/share/zsh/site-functions/_sd_machines
/usr/share/zsh/site-functions/_sd_outputmodes
/usr/share/zsh/site-functions/_sd_unit_files
/usr/share/zsh/site-functions/_systemctl
/usr/share/zsh/site-functions/_systemd
/usr/share/zsh/site-functions/_systemd-analyze
/usr/share/zsh/site-functions/_systemd-delta
/usr/share/zsh/site-functions/_systemd-inhibit
/usr/share/zsh/site-functions/_systemd-resolve
/usr/share/zsh/site-functions/_systemd-run
/usr/share/zsh/site-functions/_systemd-tmpfiles
/usr/share/zsh/site-functions/_timedatectl
/var/cache/private
/var/lib/private
/var/lib/private/systemd
/var/lib/rpm-state/systemd
/var/lib/systemd
/var/lib/systemd/catalog
/var/lib/systemd/catalog/database
/var/lib/systemd/coredump
/var/lib/systemd/linger
/var/log/btmp
/var/log/journal
/var/log/private
/var/log/wtmp
/var/run/utmp
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/binfmt.d
/etc/crypttab
/etc/dnf/protected.d/systemd.conf
/etc/hostname
/etc/inittab
/etc/locale.conf
/etc/localtime
/etc/machine-id
/etc/machine-info
/etc/pam.d/systemd-user
/etc/rc.d
/etc/rc.d/init.d
/etc/rc.d/init.d/README
/etc/rc.d/rc.local
/etc/rc.local
/etc/sysctl.conf
/etc/sysctl.d
/etc/sysctl.d/99-sysctl.conf
/etc/systemd
/etc/systemd/coredump.conf
/etc/systemd/journald.conf
/etc/systemd/logind.conf
/etc/systemd/resolved.conf
/etc/systemd/system
/etc/systemd/system.conf
/etc/systemd/system/basic.target.wants
/etc/systemd/system/bluetooth.target.wants
/etc/systemd/system/default.target.wants
/etc/systemd/system/getty.target.wants
/etc/systemd/system/graphical.target.wants
/etc/systemd/system/local-fs.target.wants
/etc/systemd/system/machines.target.wants
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/printer.target.wants
/etc/systemd/system/remote-fs.target.wants
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/system-update.target.wants
/etc/systemd/system/timers.target.wants
/etc/systemd/user
/etc/systemd/user.conf
/etc/tmpfiles.d
/etc/xdg/systemd
/etc/xdg/systemd/user
/usr/bin/busctl
/usr/bin/coredumpctl
/usr/bin/hostnamectl
/usr/bin/journalctl
/usr/bin/localectl
/usr/bin/loginctl
/usr/bin/resolvectl
/usr/bin/systemctl
/usr/bin/systemd-analyze
/usr/bin/systemd-ask-password
/usr/bin/systemd-cat
/usr/bin/systemd-cgls
/usr/bin/systemd-cgtop
/usr/bin/systemd-delta
/usr/bin/systemd-detect-virt
/usr/bin/systemd-escape
/usr/bin/systemd-firstboot
/usr/bin/systemd-inhibit
/usr/bin/systemd-machine-id-setup
/usr/bin/systemd-mount
/usr/bin/systemd-notify
/usr/bin/systemd-path
/usr/bin/systemd-resolve
/usr/bin/systemd-run
/usr/bin/systemd-socket-activate
/usr/bin/systemd-stdio-bridge
/usr/bin/systemd-sysusers
/usr/bin/systemd-tmpfiles
/usr/bin/systemd-tty-ask-password-agent
/usr/bin/systemd-umount
/usr/bin/timedatectl
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/0049f0e28c548c89c215572ffab5698b3503fa
/usr/lib/.build-id/06
/usr/lib/.build-id/06/a88781a43c3028307f0bed85d4122be21dc641
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/032efa0394a121822312e6adeb83d5858ea273
/usr/lib/.build-id/19
/usr/lib/.build-id/19/3f4ec74db534702f6acc1e13cf487a63a9dd96
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/edf3da0fa78f63ddfb735e900939273c7aa406
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/84a6957e0ddf8954d25735d63554c4e517b6d7
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/c38f4de51125a403ca7938cf46ed813cd808da
/usr/lib/.build-id/22
/usr/lib/.build-id/22/8e1b4afe6d961f59aa793c10c63830f79c289a
/usr/lib/.build-id/26
/usr/lib/.build-id/26/f837328b2155868639183a27a132c24b50479f
/usr/lib/.build-id/31
/usr/lib/.build-id/31/95aad0f0d98f04d310109525a63953d0fce9e3
/usr/lib/.build-id/32
/usr/lib/.build-id/32/0ba2f55f33e9ea432015b10d854ffab01c7dcf
/usr/lib/.build-id/35
/usr/lib/.build-id/35/29be15c0f0e16785add23738930ea54253fd9e
/usr/lib/.build-id/37
/usr/lib/.build-id/37/601f4cd74d011e075ecb94951accc8b1e603d5
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/35bce3437c1329b3db45952e5bf5dfae0a21d3
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/87e7209c5ddf65c0827c2d5084edf56fad2b2d
/usr/lib/.build-id/46
/usr/lib/.build-id/46/6b97bf55c705d215cb4680e562cd0f26f2449c
/usr/lib/.build-id/47
/usr/lib/.build-id/47/ce106dbb182b43b12898327a64f9f20e6be93d
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/63c9d33052f313e376623c0187da1ab9315eb8
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/6b79992545fea3ee3023c251e1bffec725db1a
/usr/lib/.build-id/50
/usr/lib/.build-id/50/22445d7ac8debc6981ac73d5332b7a8ed3721a
/usr/lib/.build-id/51
/usr/lib/.build-id/51/f92b51fb067f952da05e70e049563bfc3f626b
/usr/lib/.build-id/67
/usr/lib/.build-id/67/53fdac08d1b8a842bcb0e25688ae0c637ca6be
/usr/lib/.build-id/68
/usr/lib/.build-id/68/e26f2ea7ace84f5756ada660cee79a9732d12c
/usr/lib/.build-id/69
/usr/lib/.build-id/69/37a08aad895fd3cb3fbcc6043ef46a4eab20b0
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/3498df169ab43666f8007ca3bce73d7ec2f628
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/0a2c476eb727b6c367ad60f2a4bb221c1c2536
/usr/lib/.build-id/74
/usr/lib/.build-id/74/53b2bfb78a320ad203f9e03cff413be331c78e
/usr/lib/.build-id/85
/usr/lib/.build-id/85/cabf393a545f64b7592451f2c6eeb356792c66
/usr/lib/.build-id/89
/usr/lib/.build-id/89/c0aefed9df6d74a34331ddae10a35c214bbef1
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/f0fbc55780beec2974a3fc83181f943fe7901b
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/d5dfbdfce2240f1bb063c8a6dda0ce278a11b4
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/3be6c437a4830b1a0338ee0e08db58b667721d
/usr/lib/.build-id/92
/usr/lib/.build-id/92/668aefcbcdadeeb99db09df0a76bfe7e160bc5
/usr/lib/.build-id/92/c816ebaf2c468543a07bfc39ea95d727285d52
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/318bd57306b4960be314da64dade53fbddd105
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/0ed83f19e675f2d9be76d949efcc6d304bb28f
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/e0e90af1528c85dc633d2e6ea875ccdc8d80b5
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/c85032ebdfc1907cf46e264ee47b7a4dd2319c
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/54879ac5057bd70811abc428789db8189a737d
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/a089f6c99f05ab88a6a78cf73a1d1e3caea14f
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/ea7a7a845b066977df851adcec05eeaf68c44b
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/a54c515cb45765b91cdc3c33fdff40b0fed942
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/c534345c1c55c9dd101706d1daef20ecbb450c
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/70ae916f34e9e1e1febb8b6b2bbc8b47f2c80b
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/048700d84346c129246465028023a3defb468a
/usr/lib/.build-id/b5/4df958e8ec6acfe3932546f58b3312db30a5d5
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/27593f81feee2a447bb3a6ab327465870d6bec
/usr/lib/.build-id/b6/e25aa857afa3fc80e1411ecb25f07e57804951
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/31ad86599d7e59b4d4f8fb567b9f7e62052d41
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/ed59bb9d8357a7b76021cde7fa0f1b8967442e
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/89a44aeab540108d8d66811ce5cb5aee363139
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/57fda02152c142690cf6708415719ad4c56136
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/bc2649243ca310b03461d3ddf3f826f8df950b
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/af3bd409edc7194448b365686756325d3480a2
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/86662b7dcd6ed1b4ed987782dc3b92335f258d
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/5ab1efe60485fdb285dd1eb30046ad784cd309
/usr/lib/.build-id/db
/usr/lib/.build-id/db/ec7c18eda63bb1d610780c451faa1053e2feca
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/922215e8171a2cbc5502db9d5bf60b7673317a
/usr/lib/.build-id/de
/usr/lib/.build-id/de/10bb9f90c0d2636aa15b55f70a1cf247fc02db
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/242c6e265e6ceccdb083462ce7ccb64f7aa5fd
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/3fb56451d71404c7dffc0e1dad48f51f4df919
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/2273f1359ff1e097f5578bd50cdd20ef2b5124
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/e0725ff66aedc4aebe07f449e1c5d914db7a6c
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/d3d26f524e3a68540cb93fcae55f6d2145e2b5
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/a2db63ae60e6c03f45cbebf1e33fd7d2d8585e
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/71af71f22965eff39fa38511a5dc18d42c0112
/usr/lib/binfmt.d
/usr/lib/environment.d
/usr/lib/environment.d/99-environment.conf
/usr/lib/rpm/macros.d/macros.systemd
/usr/lib/sysctl.d
/usr/lib/sysctl.d/50-coredump.conf
/usr/lib/sysctl.d/50-default.conf
/usr/lib/sysctl.d/50-pid-max.conf
/usr/lib/systemd
/usr/lib/systemd/catalog
/usr/lib/systemd/catalog/systemd.be.catalog
/usr/lib/systemd/catalog/[email protected]
/usr/lib/systemd/catalog/systemd.bg.catalog
/usr/lib/systemd/catalog/systemd.catalog
/usr/lib/systemd/catalog/systemd.de.catalog
/usr/lib/systemd/catalog/systemd.fr.catalog
/usr/lib/systemd/catalog/systemd.it.catalog
/usr/lib/systemd/catalog/systemd.pl.catalog
/usr/lib/systemd/catalog/systemd.pt_BR.catalog
/usr/lib/systemd/catalog/systemd.ru.catalog
/usr/lib/systemd/catalog/systemd.zh_CN.catalog
/usr/lib/systemd/catalog/systemd.zh_TW.catalog
/usr/lib/systemd/libsystemd-shared-239.so
/usr/lib/systemd/network
/usr/lib/systemd/portable
/usr/lib/systemd/portable/profile
/usr/lib/systemd/portable/profile/default
/usr/lib/systemd/portable/profile/default/service.conf
/usr/lib/systemd/portable/profile/nonetwork
/usr/lib/systemd/portable/profile/nonetwork/service.conf
/usr/lib/systemd/portable/profile/strict
/usr/lib/systemd/portable/profile/strict/service.conf
/usr/lib/systemd/portable/profile/trusted
/usr/lib/systemd/portable/profile/trusted/service.conf
/usr/lib/systemd/portablectl
/usr/lib/systemd/purge-nobody-user
/usr/lib/systemd/resolv.conf
/usr/lib/systemd/system
/usr/lib/systemd/system-generators
/usr/lib/systemd/system-generators/systemd-debug-generator
/usr/lib/systemd/system-generators/systemd-fstab-generator
/usr/lib/systemd/system-generators/systemd-getty-generator
/usr/lib/systemd/system-generators/systemd-rc-local-generator
/usr/lib/systemd/system-generators/systemd-system-update-generator
/usr/lib/systemd/system-generators/systemd-sysv-generator
/usr/lib/systemd/system-generators/systemd-veritysetup-generator
/usr/lib/systemd/system-preset
/usr/lib/systemd/system-preset/90-systemd.preset
/usr/lib/systemd/system-shutdown
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/basic.target
/usr/lib/systemd/system/basic.target.wants
/usr/lib/systemd/system/bluetooth.target
/usr/lib/systemd/system/boot-complete.target
/usr/lib/systemd/system/console-getty.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/ctrl-alt-del.target
/usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
/usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
/usr/lib/systemd/system/dbus-org.freedesktop.login1.service
/usr/lib/systemd/system/dbus-org.freedesktop.portable1.service
/usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
/usr/lib/systemd/system/dbus.target.wants
/usr/lib/systemd/system/debug-shell.service
/usr/lib/systemd/system/default.target
/usr/lib/systemd/system/default.target.wants
/usr/lib/systemd/system/dev-hugepages.mount
/usr/lib/systemd/system/dev-mqueue.mount
/usr/lib/systemd/system/emergency.service
/usr/lib/systemd/system/emergency.target
/usr/lib/systemd/system/exit.target
/usr/lib/systemd/system/final.target
/usr/lib/systemd/system/getty-pre.target
/usr/lib/systemd/system/getty.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/graphical.target
/usr/lib/systemd/system/graphical.target.wants
/usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/halt-local.service
/usr/lib/systemd/system/halt.target
/usr/lib/systemd/system/initrd-cleanup.service
/usr/lib/systemd/system/initrd-fs.target
/usr/lib/systemd/system/initrd-parse-etc.service
/usr/lib/systemd/system/initrd-root-device.target
/usr/lib/systemd/system/initrd-root-fs.target
/usr/lib/systemd/system/initrd-switch-root.service
/usr/lib/systemd/system/initrd-switch-root.target
/usr/lib/systemd/system/initrd.target
/usr/lib/systemd/system/kexec.target
/usr/lib/systemd/system/ldconfig.service
/usr/lib/systemd/system/local-fs-pre.target
/usr/lib/systemd/system/local-fs.target
/usr/lib/systemd/system/local-fs.target.wants
/usr/lib/systemd/system/multi-user.target
/usr/lib/systemd/system/multi-user.target.wants
/usr/lib/systemd/system/multi-user.target.wants/getty.target
/usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
/usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
/usr/lib/systemd/system/network-online.target
/usr/lib/systemd/system/network-pre.target
/usr/lib/systemd/system/network.target
/usr/lib/systemd/system/nss-lookup.target
/usr/lib/systemd/system/nss-user-lookup.target
/usr/lib/systemd/system/paths.target
/usr/lib/systemd/system/poweroff.target
/usr/lib/systemd/system/printer.target
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
/usr/lib/systemd/system/rc-local.service
/usr/lib/systemd/system/reboot.target
/usr/lib/systemd/system/remote-fs-pre.target
/usr/lib/systemd/system/remote-fs.target
/usr/lib/systemd/system/remote-fs.target.wants
/usr/lib/systemd/system/rescue.service
/usr/lib/systemd/system/rescue.target
/usr/lib/systemd/system/rescue.target.wants
/usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/rpcbind.target
/usr/lib/systemd/system/runlevel0.target
/usr/lib/systemd/system/runlevel1.target
/usr/lib/systemd/system/runlevel1.target.wants
/usr/lib/systemd/system/runlevel2.target
/usr/lib/systemd/system/runlevel2.target.wants
/usr/lib/systemd/system/runlevel3.target
/usr/lib/systemd/system/runlevel3.target.wants
/usr/lib/systemd/system/runlevel4.target
/usr/lib/systemd/system/runlevel4.target.wants
/usr/lib/systemd/system/runlevel5.target
/usr/lib/systemd/system/runlevel5.target.wants
/usr/lib/systemd/system/runlevel6.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/shutdown.target
/usr/lib/systemd/system/sigpwr.target
/usr/lib/systemd/system/slices.target
/usr/lib/systemd/system/smartcard.target
/usr/lib/systemd/system/sockets.target
/usr/lib/systemd/system/sockets.target.wants
/usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
/usr/lib/systemd/system/sound.target
/usr/lib/systemd/system/swap.target
/usr/lib/systemd/system/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sys-kernel-config.mount
/usr/lib/systemd/system/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target
/usr/lib/systemd/system/sysinit.target.wants
/usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
/usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
/usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
/usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
/usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
/usr/lib/systemd/system/syslog.socket
/usr/lib/systemd/system/syslog.target.wants
/usr/lib/systemd/system/system-update-cleanup.service
/usr/lib/systemd/system/system-update-pre.target
/usr/lib/systemd/system/system-update.target
/usr/lib/systemd/system/systemd-ask-password-console.path
/usr/lib/systemd/system/systemd-ask-password-console.service
/usr/lib/systemd/system/systemd-ask-password-wall.path
/usr/lib/systemd/system/systemd-ask-password-wall.service
/usr/lib/systemd/system/systemd-binfmt.service
/usr/lib/systemd/system/systemd-coredump.socket
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-exit.service
/usr/lib/systemd/system/systemd-firstboot.service
/usr/lib/systemd/system/systemd-fsck-root.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-halt.service
/usr/lib/systemd/system/systemd-hostnamed.service
/usr/lib/systemd/system/systemd-initctl.service
/usr/lib/systemd/system/systemd-initctl.socket
/usr/lib/systemd/system/systemd-journal-catalog-update.service
/usr/lib/systemd/system/systemd-journal-flush.service
/usr/lib/systemd/system/systemd-journald-audit.socket
/usr/lib/systemd/system/systemd-journald-dev-log.socket
/usr/lib/systemd/system/systemd-journald.service
/usr/lib/systemd/system/systemd-journald.socket
/usr/lib/systemd/system/systemd-kexec.service
/usr/lib/systemd/system/systemd-localed.service
/usr/lib/systemd/system/systemd-logind.service
/usr/lib/systemd/system/systemd-machine-id-commit.service
/usr/lib/systemd/system/systemd-portabled.service
/usr/lib/systemd/system/systemd-poweroff.service
/usr/lib/systemd/system/systemd-reboot.service
/usr/lib/systemd/system/systemd-resolved.service
/usr/lib/systemd/system/systemd-sysctl.service
/usr/lib/systemd/system/systemd-sysusers.service
/usr/lib/systemd/system/systemd-timedated.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/systemd-update-done.service
/usr/lib/systemd/system/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/systemd-update-utmp.service
/usr/lib/systemd/system/systemd-user-sessions.service
/usr/lib/systemd/system/systemd-volatile-root.service
/usr/lib/systemd/system/time-sync.target
/usr/lib/systemd/system/timers.target
/usr/lib/systemd/system/timers.target.wants
/usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/tmp.mount
/usr/lib/systemd/system/umount.target
/usr/lib/systemd/system/user-.slice.d
/usr/lib/systemd/system/user-.slice.d/10-defaults.conf
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/user.slice
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/systemd
/usr/lib/systemd/systemd-ac-power
/usr/lib/systemd/systemd-binfmt
/usr/lib/systemd/systemd-cgroups-agent
/usr/lib/systemd/systemd-coredump
/usr/lib/systemd/systemd-dissect
/usr/lib/systemd/systemd-export
/usr/lib/systemd/systemd-fsck
/usr/lib/systemd/systemd-hostnamed
/usr/lib/systemd/systemd-initctl
/usr/lib/systemd/systemd-journald
/usr/lib/systemd/systemd-localed
/usr/lib/systemd/systemd-logind
/usr/lib/systemd/systemd-portabled
/usr/lib/systemd/systemd-reply-password
/usr/lib/systemd/systemd-resolved
/usr/lib/systemd/systemd-shutdown
/usr/lib/systemd/systemd-socket-proxyd
/usr/lib/systemd/systemd-sulogin-shell
/usr/lib/systemd/systemd-sysctl
/usr/lib/systemd/systemd-timedated
/usr/lib/systemd/systemd-update-done
/usr/lib/systemd/systemd-update-utmp
/usr/lib/systemd/systemd-user-runtime-dir
/usr/lib/systemd/systemd-user-sessions
/usr/lib/systemd/systemd-veritysetup
/usr/lib/systemd/systemd-volatile-root
/usr/lib/systemd/user
/usr/lib/systemd/user-environment-generators
/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
/usr/lib/systemd/user-generators
/usr/lib/systemd/user-preset
/usr/lib/systemd/user-preset/90-systemd.preset
/usr/lib/systemd/user/basic.target
/usr/lib/systemd/user/bluetooth.target
/usr/lib/systemd/user/default.target
/usr/lib/systemd/user/exit.target
/usr/lib/systemd/user/graphical-session-pre.target
/usr/lib/systemd/user/graphical-session.target
/usr/lib/systemd/user/paths.target
/usr/lib/systemd/user/printer.target
/usr/lib/systemd/user/shutdown.target
/usr/lib/systemd/user/smartcard.target
/usr/lib/systemd/user/sockets.target
/usr/lib/systemd/user/sound.target
/usr/lib/systemd/user/systemd-exit.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.timer
/usr/lib/systemd/user/systemd-tmpfiles-setup.service
/usr/lib/systemd/user/timers.target
/usr/lib/sysusers.d
/usr/lib/sysusers.d/basic.conf
/usr/lib/sysusers.d/systemd.conf
/usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/etc.conf
/usr/lib/tmpfiles.d/home.conf
/usr/lib/tmpfiles.d/journal-nocow.conf
/usr/lib/tmpfiles.d/legacy.conf
/usr/lib/tmpfiles.d/portables.conf
/usr/lib/tmpfiles.d/systemd-nologin.conf
/usr/lib/tmpfiles.d/systemd.conf
/usr/lib/tmpfiles.d/tmp.conf
/usr/lib/tmpfiles.d/var.conf
/usr/lib/tmpfiles.d/x11.conf
/usr/sbin/halt
/usr/sbin/init
/usr/sbin/poweroff
/usr/sbin/reboot
/usr/sbin/resolvconf
/usr/sbin/runlevel
/usr/sbin/shutdown
/usr/sbin/telinit
/usr/share/bash-completion/completions/busctl
/usr/share/bash-completion/completions/coredumpctl
/usr/share/bash-completion/completions/hostnamectl
/usr/share/bash-completion/completions/journalctl
/usr/share/bash-completion/completions/localectl
/usr/share/bash-completion/completions/loginctl
/usr/share/bash-completion/completions/portablectl
/usr/share/bash-completion/completions/resolvectl
/usr/share/bash-completion/completions/systemctl
/usr/share/bash-completion/completions/systemd-analyze
/usr/share/bash-completion/completions/systemd-cat
/usr/share/bash-completion/completions/systemd-cgls
/usr/share/bash-completion/completions/systemd-cgtop
/usr/share/bash-completion/completions/systemd-delta
/usr/share/bash-completion/completions/systemd-detect-virt
/usr/share/bash-completion/completions/systemd-path
/usr/share/bash-completion/completions/systemd-resolve
/usr/share/bash-completion/completions/systemd-run
/usr/share/bash-completion/completions/timedatectl
/usr/share/dbus-1/services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
/usr/share/dbus-1/system-services/org.freedesktop.locale1.service
/usr/share/dbus-1/system-services/org.freedesktop.login1.service
/usr/share/dbus-1/system-services/org.freedesktop.portable1.service
/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service
/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
/usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
/usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
/usr/share/dbus-1/system.d/org.freedesktop.login1.conf
/usr/share/dbus-1/system.d/org.freedesktop.portable1.conf
/usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf
/usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
/usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
/usr/share/doc/systemd
/usr/share/doc/systemd/20-yama-ptrace.conf
/usr/share/doc/systemd/CODING_STYLE
/usr/share/doc/systemd/DISTRO_PORTING
/usr/share/doc/systemd/ENVIRONMENT.md
/usr/share/doc/systemd/GVARIANT-SERIALIZATION
/usr/share/doc/systemd/HACKING
/usr/share/doc/systemd/NEWS
/usr/share/doc/systemd/README
/usr/share/doc/systemd/TRANSIENT-SETTINGS.md
/usr/share/doc/systemd/TRANSLATORS
/usr/share/doc/systemd/UIDS-GIDS.md
/usr/share/factory
/usr/share/factory/etc
/usr/share/factory/etc/nsswitch.conf
/usr/share/factory/etc/pam.d
/usr/share/factory/etc/pam.d/other
/usr/share/factory/etc/pam.d/system-auth
/usr/share/licenses/systemd
/usr/share/licenses/systemd/LICENSE.GPL2
/usr/share/licenses/systemd/LICENSE.LGPL2.1
/usr/share/locale/be/LC_MESSAGES/systemd.mo
/usr/share/locale/be@latin/LC_MESSAGES/systemd.mo
/usr/share/locale/bg/LC_MESSAGES/systemd.mo
/usr/share/locale/ca/LC_MESSAGES/systemd.mo
/usr/share/locale/cs/LC_MESSAGES/systemd.mo
/usr/share/locale/da/LC_MESSAGES/systemd.mo
/usr/share/locale/de/LC_MESSAGES/systemd.mo
/usr/share/locale/el/LC_MESSAGES/systemd.mo
/usr/share/locale/es/LC_MESSAGES/systemd.mo
/usr/share/locale/fr/LC_MESSAGES/systemd.mo
/usr/share/locale/gl/LC_MESSAGES/systemd.mo
/usr/share/locale/hr/LC_MESSAGES/systemd.mo
/usr/share/locale/hu/LC_MESSAGES/systemd.mo
/usr/share/locale/id/LC_MESSAGES/systemd.mo
/usr/share/locale/it/LC_MESSAGES/systemd.mo
/usr/share/locale/ja/LC_MESSAGES/systemd.mo
/usr/share/locale/ko/LC_MESSAGES/systemd.mo
/usr/share/locale/pl/LC_MESSAGES/systemd.mo
/usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo
/usr/share/locale/ro/LC_MESSAGES/systemd.mo
/usr/share/locale/ru/LC_MESSAGES/systemd.mo
/usr/share/locale/sk/LC_MESSAGES/systemd.mo
/usr/share/locale/sr/LC_MESSAGES/systemd.mo
/usr/share/locale/sv/LC_MESSAGES/systemd.mo
/usr/share/locale/tr/LC_MESSAGES/systemd.mo
/usr/share/locale/uk/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo
/usr/share/man/man1/busctl.1.gz
/usr/share/man/man1/coredumpctl.1.gz
/usr/share/man/man1/hostnamectl.1.gz
/usr/share/man/man1/init.1.gz
/usr/share/man/man1/journalctl.1.gz
/usr/share/man/man1/localectl.1.gz
/usr/share/man/man1/loginctl.1.gz
/usr/share/man/man1/portablectl.1.gz
/usr/share/man/man1/resolvconf.1.gz
/usr/share/man/man1/resolvectl.1.gz
/usr/share/man/man1/systemctl.1.gz
/usr/share/man/man1/systemd-analyze.1.gz
/usr/share/man/man1/systemd-ask-password.1.gz
/usr/share/man/man1/systemd-cat.1.gz
/usr/share/man/man1/systemd-cgls.1.gz
/usr/share/man/man1/systemd-cgtop.1.gz
/usr/share/man/man1/systemd-delta.1.gz
/usr/share/man/man1/systemd-detect-virt.1.gz
/usr/share/man/man1/systemd-escape.1.gz
/usr/share/man/man1/systemd-firstboot.1.gz
/usr/share/man/man1/systemd-firstboot.service.1.gz
/usr/share/man/man1/systemd-inhibit.1.gz
/usr/share/man/man1/systemd-machine-id-setup.1.gz
/usr/share/man/man1/systemd-mount.1.gz
/usr/share/man/man1/systemd-notify.1.gz
/usr/share/man/man1/systemd-path.1.gz
/usr/share/man/man1/systemd-run.1.gz
/usr/share/man/man1/systemd-socket-activate.1.gz
/usr/share/man/man1/systemd-tty-ask-password-agent.1.gz
/usr/share/man/man1/systemd-umount.1.gz
/usr/share/man/man1/systemd.1.gz
/usr/share/man/man1/timedatectl.1.gz
/usr/share/man/man5/binfmt.d.5.gz
/usr/share/man/man5/coredump.conf.5.gz
/usr/share/man/man5/coredump.conf.d.5.gz
/usr/share/man/man5/crypttab.5.gz
/usr/share/man/man5/dnssec-trust-anchors.d.5.gz
/usr/share/man/man5/environment.d.5.gz
/usr/share/man/man5/hostname.5.gz
/usr/share/man/man5/journald.conf.5.gz
/usr/share/man/man5/journald.conf.d.5.gz
/usr/share/man/man5/loader.conf.5.gz
/usr/share/man/man5/locale.conf.5.gz
/usr/share/man/man5/localtime.5.gz
/usr/share/man/man5/logind.conf.5.gz
/usr/share/man/man5/logind.conf.d.5.gz
/usr/share/man/man5/machine-id.5.gz
/usr/share/man/man5/machine-info.5.gz
/usr/share/man/man5/os-release.5.gz
/usr/share/man/man5/resolved.conf.5.gz
/usr/share/man/man5/resolved.conf.d.5.gz
/usr/share/man/man5/sysctl.d.5.gz
/usr/share/man/man5/system.conf.d.5.gz
/usr/share/man/man5/systemd-system.conf.5.gz
/usr/share/man/man5/systemd-user.conf.5.gz
/usr/share/man/man5/systemd.automount.5.gz
/usr/share/man/man5/systemd.device.5.gz
/usr/share/man/man5/systemd.dnssd.5.gz
/usr/share/man/man5/systemd.exec.5.gz
/usr/share/man/man5/systemd.kill.5.gz
/usr/share/man/man5/systemd.link.5.gz
/usr/share/man/man5/systemd.mount.5.gz
/usr/share/man/man5/systemd.negative.5.gz
/usr/share/man/man5/systemd.nspawn.5.gz
/usr/share/man/man5/systemd.path.5.gz
/usr/share/man/man5/systemd.positive.5.gz
/usr/share/man/man5/systemd.preset.5.gz
/usr/share/man/man5/systemd.resource-control.5.gz
/usr/share/man/man5/systemd.scope.5.gz
/usr/share/man/man5/systemd.service.5.gz
/usr/share/man/man5/systemd.slice.5.gz
/usr/share/man/man5/systemd.socket.5.gz
/usr/share/man/man5/systemd.swap.5.gz
/usr/share/man/man5/systemd.target.5.gz
/usr/share/man/man5/systemd.timer.5.gz
/usr/share/man/man5/systemd.unit.5.gz
/usr/share/man/man5/sysusers.d.5.gz
/usr/share/man/man5/tmpfiles.d.5.gz
/usr/share/man/man5/user.conf.d.5.gz
/usr/share/man/man7/bootup.7.gz
/usr/share/man/man7/daemon.7.gz
/usr/share/man/man7/file-hierarchy.7.gz
/usr/share/man/man7/kernel-command-line.7.gz
/usr/share/man/man7/sd-boot.7.gz
/usr/share/man/man7/systemd-boot.7.gz
/usr/share/man/man7/systemd.directives.7.gz
/usr/share/man/man7/systemd.environment-generator.7.gz
/usr/share/man/man7/systemd.generator.7.gz
/usr/share/man/man7/systemd.index.7.gz
/usr/share/man/man7/systemd.journal-fields.7.gz
/usr/share/man/man7/systemd.net-naming-scheme.7.gz
/usr/share/man/man7/systemd.offline-updates.7.gz
/usr/share/man/man7/systemd.special.7.gz
/usr/share/man/man7/systemd.syntax.7.gz
/usr/share/man/man7/systemd.time.7.gz
/usr/share/man/man8/30-systemd-environment-d-generator.8.gz
/usr/share/man/man8/halt.8.gz
/usr/share/man/man8/nss-myhostname.8.gz
/usr/share/man/man8/nss-resolve.8.gz
/usr/share/man/man8/nss-systemd.8.gz
/usr/share/man/man8/pam_systemd.8.gz
/usr/share/man/man8/poweroff.8.gz
/usr/share/man/man8/reboot.8.gz
/usr/share/man/man8/runlevel.8.gz
/usr/share/man/man8/shutdown.8.gz
/usr/share/man/man8/systemd-ask-password-console.path.8.gz
/usr/share/man/man8/systemd-ask-password-console.service.8.gz
/usr/share/man/man8/systemd-ask-password-wall.path.8.gz
/usr/share/man/man8/systemd-ask-password-wall.service.8.gz
/usr/share/man/man8/systemd-binfmt.8.gz
/usr/share/man/man8/systemd-binfmt.service.8.gz
/usr/share/man/man8/systemd-coredump.8.gz
/usr/share/man/man8/systemd-coredump.socket.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-debug-generator.8.gz
/usr/share/man/man8/systemd-environment-d-generator.8.gz
/usr/share/man/man8/systemd-fsck-root.service.8.gz
/usr/share/man/man8/systemd-fsck.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-fstab-generator.8.gz
/usr/share/man/man8/systemd-getty-generator.8.gz
/usr/share/man/man8/systemd-halt.service.8.gz
/usr/share/man/man8/systemd-hostnamed.8.gz
/usr/share/man/man8/systemd-hostnamed.service.8.gz
/usr/share/man/man8/systemd-initctl.8.gz
/usr/share/man/man8/systemd-initctl.service.8.gz
/usr/share/man/man8/systemd-initctl.socket.8.gz
/usr/share/man/man8/systemd-journald-audit.socket.8.gz
/usr/share/man/man8/systemd-journald-dev-log.socket.8.gz
/usr/share/man/man8/systemd-journald.8.gz
/usr/share/man/man8/systemd-journald.service.8.gz
/usr/share/man/man8/systemd-journald.socket.8.gz
/usr/share/man/man8/systemd-kexec.service.8.gz
/usr/share/man/man8/systemd-localed.8.gz
/usr/share/man/man8/systemd-localed.service.8.gz
/usr/share/man/man8/systemd-logind.8.gz
/usr/share/man/man8/systemd-logind.service.8.gz
/usr/share/man/man8/systemd-machine-id-commit.service.8.gz
/usr/share/man/man8/systemd-portabled.8.gz
/usr/share/man/man8/systemd-portabled.service.8.gz
/usr/share/man/man8/systemd-poweroff.service.8.gz
/usr/share/man/man8/systemd-rc-local-generator.8.gz
/usr/share/man/man8/systemd-reboot.service.8.gz
/usr/share/man/man8/systemd-resolved.8.gz
/usr/share/man/man8/systemd-resolved.service.8.gz
/usr/share/man/man8/systemd-shutdown.8.gz
/usr/share/man/man8/systemd-socket-proxyd.8.gz
/usr/share/man/man8/systemd-sysctl.8.gz
/usr/share/man/man8/systemd-sysctl.service.8.gz
/usr/share/man/man8/systemd-system-update-generator.8.gz
/usr/share/man/man8/systemd-sysusers.8.gz
/usr/share/man/man8/systemd-sysusers.service.8.gz
/usr/share/man/man8/systemd-sysv-generator.8.gz
/usr/share/man/man8/systemd-timedated.8.gz
/usr/share/man/man8/systemd-timedated.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz
/usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz
/usr/share/man/man8/systemd-tmpfiles.8.gz
/usr/share/man/man8/systemd-update-done.8.gz
/usr/share/man/man8/systemd-update-done.service.8.gz
/usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz
/usr/share/man/man8/systemd-update-utmp.8.gz
/usr/share/man/man8/systemd-update-utmp.service.8.gz
/usr/share/man/man8/systemd-user-sessions.8.gz
/usr/share/man/man8/systemd-user-sessions.service.8.gz
/usr/share/man/man8/systemd-veritysetup-generator.8.gz
/usr/share/man/man8/systemd-veritysetup.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-volatile-root.8.gz
/usr/share/man/man8/systemd-volatile-root.service.8.gz
/usr/share/man/man8/telinit.8.gz
/usr/share/pkgconfig/systemd.pc
/usr/share/pkgconfig/udev.pc
/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
/usr/share/polkit-1/actions/org.freedesktop.locale1.policy
/usr/share/polkit-1/actions/org.freedesktop.login1.policy
/usr/share/polkit-1/actions/org.freedesktop.portable1.policy
/usr/share/polkit-1/actions/org.freedesktop.resolve1.policy
/usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
/usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
/usr/share/systemd
/usr/share/systemd/kbd-model-map
/usr/share/systemd/language-fallback-map
/usr/share/zsh/site-functions/_busctl
/usr/share/zsh/site-functions/_coredumpctl
/usr/share/zsh/site-functions/_hostnamectl
/usr/share/zsh/site-functions/_journalctl
/usr/share/zsh/site-functions/_localectl
/usr/share/zsh/site-functions/_loginctl
/usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
/usr/share/zsh/site-functions/_sd_machines
/usr/share/zsh/site-functions/_sd_outputmodes
/usr/share/zsh/site-functions/_sd_unit_files
/usr/share/zsh/site-functions/_systemctl
/usr/share/zsh/site-functions/_systemd
/usr/share/zsh/site-functions/_systemd-analyze
/usr/share/zsh/site-functions/_systemd-delta
/usr/share/zsh/site-functions/_systemd-inhibit
/usr/share/zsh/site-functions/_systemd-resolve
/usr/share/zsh/site-functions/_systemd-run
/usr/share/zsh/site-functions/_systemd-tmpfiles
/usr/share/zsh/site-functions/_timedatectl
/var/cache/private
/var/lib/private
/var/lib/private/systemd
/var/lib/rpm-state/systemd
/var/lib/systemd
/var/lib/systemd/catalog
/var/lib/systemd/catalog/database
/var/lib/systemd/coredump
/var/lib/systemd/linger
/var/log/btmp
/var/log/journal
/var/log/private
/var/log/wtmp
/var/run/utmp
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/binfmt.d
/etc/crypttab
/etc/dnf/protected.d/systemd.conf
/etc/hostname
/etc/inittab
/etc/locale.conf
/etc/localtime
/etc/machine-id
/etc/machine-info
/etc/pam.d/systemd-user
/etc/rc.d
/etc/rc.d/init.d
/etc/rc.d/init.d/README
/etc/rc.d/rc.local
/etc/rc.local
/etc/sysctl.conf
/etc/sysctl.d
/etc/sysctl.d/99-sysctl.conf
/etc/systemd
/etc/systemd/coredump.conf
/etc/systemd/journald.conf
/etc/systemd/logind.conf
/etc/systemd/resolved.conf
/etc/systemd/system
/etc/systemd/system.conf
/etc/systemd/system/basic.target.wants
/etc/systemd/system/bluetooth.target.wants
/etc/systemd/system/default.target.wants
/etc/systemd/system/getty.target.wants
/etc/systemd/system/graphical.target.wants
/etc/systemd/system/local-fs.target.wants
/etc/systemd/system/machines.target.wants
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/printer.target.wants
/etc/systemd/system/remote-fs.target.wants
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/system-update.target.wants
/etc/systemd/system/timers.target.wants
/etc/systemd/user
/etc/systemd/user.conf
/etc/tmpfiles.d
/etc/xdg/systemd
/etc/xdg/systemd/user
/usr/bin/busctl
/usr/bin/coredumpctl
/usr/bin/hostnamectl
/usr/bin/journalctl
/usr/bin/localectl
/usr/bin/loginctl
/usr/bin/resolvectl
/usr/bin/systemctl
/usr/bin/systemd-analyze
/usr/bin/systemd-ask-password
/usr/bin/systemd-cat
/usr/bin/systemd-cgls
/usr/bin/systemd-cgtop
/usr/bin/systemd-delta
/usr/bin/systemd-detect-virt
/usr/bin/systemd-escape
/usr/bin/systemd-firstboot
/usr/bin/systemd-inhibit
/usr/bin/systemd-machine-id-setup
/usr/bin/systemd-mount
/usr/bin/systemd-notify
/usr/bin/systemd-path
/usr/bin/systemd-resolve
/usr/bin/systemd-run
/usr/bin/systemd-socket-activate
/usr/bin/systemd-stdio-bridge
/usr/bin/systemd-sysusers
/usr/bin/systemd-tmpfiles
/usr/bin/systemd-tty-ask-password-agent
/usr/bin/systemd-umount
/usr/bin/timedatectl
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/ef7e1d76aa7af7f356d92f1280127121b48cf4
/usr/lib/.build-id/08
/usr/lib/.build-id/08/0189c16ab5001f73ad76ebef41f4792cd216d8
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/46d70784e3a0717801b4f8d5de4fa8cb3f2dab
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/38bdbcc1ac22df0cb1a39df0720020f8ad6fbf
/usr/lib/.build-id/12
/usr/lib/.build-id/12/d0adf233baf947369acde5ef4df38057fcf1d6
/usr/lib/.build-id/17
/usr/lib/.build-id/17/3d94e690ed9da58f52e8264bf2c6e7ed22a610
/usr/lib/.build-id/20
/usr/lib/.build-id/20/e31639d34301ab52b582250b42c417f5b9d3a2
/usr/lib/.build-id/21
/usr/lib/.build-id/21/97d3e7351eb748053631a507ab51c3dde5bfbf
/usr/lib/.build-id/25
/usr/lib/.build-id/25/4cd05c10fc62649d78259992e0331f5422fa86
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/06bce475c44f9c4ac16865d8bd3fa12d04937e
/usr/lib/.build-id/31
/usr/lib/.build-id/31/8313ce5e021b1fafd5c119a68a0047fd52b6e6
/usr/lib/.build-id/33
/usr/lib/.build-id/33/c1116ff866518bb64b6c86113ba56124e1fd7e
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/5d8a810c65ac12a3b701773640d4d3a712de4c
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/6b1ede036bc72a07b2ab5e25f4b17e7fc95aab
/usr/lib/.build-id/41
/usr/lib/.build-id/41/0744c777e767fbf47cbdbb529ac5c179a93037
/usr/lib/.build-id/41/d434cbb911d09efa4a892a966c07a7df3a4f80
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/13680c2109521ec02cedeedfd095dcb4383be0
/usr/lib/.build-id/52
/usr/lib/.build-id/52/2f68d593e4efd416027a0d2ed5406a4455b1bd
/usr/lib/.build-id/52/50cfd9d481a9ecd33f1500ba74bd1e5bc2cb69
/usr/lib/.build-id/54
/usr/lib/.build-id/54/4fafb4ff5dcc96a7282bf1fef7c5806c5a27ba
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/7871170a01aab14f013429d4d3297e1b6984ec
/usr/lib/.build-id/60
/usr/lib/.build-id/60/5621b77ff0140b1b84124f76f64d201bb0638a
/usr/lib/.build-id/63
/usr/lib/.build-id/63/490ea353fbb92328fe7e85955292a26da2082a
/usr/lib/.build-id/67
/usr/lib/.build-id/67/4a525011dcdd667d8cf5caea3181ca6eb248da
/usr/lib/.build-id/68
/usr/lib/.build-id/68/b189de95a997556f8c2180fc99588c208844ca
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/5495b88a0b6f609bd2681fc1b5e24456dc4ac5
/usr/lib/.build-id/76
/usr/lib/.build-id/76/d6afe74f1386312edf584eac16a18aa7719887
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/482cdaa055ced142ca7a2b05d8569c659e7ddc
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/577c91e93ceb305c478fa5036fb1364a467427
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/c41d428f74cc53d48a98f96c6399e3855f5ac1
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/a231ca82b4c7324accc7eb05e73a3b7aa0374e
/usr/lib/.build-id/88
/usr/lib/.build-id/88/3a09247fc8c19d714f170636ca7166e296277c
/usr/lib/.build-id/92
/usr/lib/.build-id/92/3dfa247387bda7e0ac9016a5422dad45ac092d
/usr/lib/.build-id/93
/usr/lib/.build-id/93/a3db9f4caa108cbc75657523d0aa79d14918f6
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/1d5bb485d8be4dde64ebe43ff2fa345e39d080
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/b2fdba07283932f591a80d178cc1b3fd49ba84
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/03d852122efd15c8d0c809cfc2f30670ecbeac
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/5e90171789dd61cc0a3b057e3fed1cc25bc6bf
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/301cbbbd4a60b24d321a2f3f71d6b52643a6be
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/38bad7aeab5e910f6c34d3a6c55ef29fd409bc
/usr/lib/.build-id/af
/usr/lib/.build-id/af/21f09cfad9f92b0b25e5a58a828c4ab7a6a230
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/462ef8701ec06eb7064805e19f81f8468e8db3
/usr/lib/.build-id/b2/609fd24043f91a66e20dac2855c44a9e4fc222
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/a103e5ef3c8848c4965d660bff325c1a67699e
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/c40c0111ce83c0feea2f97e41d7ace0183f06c
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/d4d9c4cc35df2e19e93c27b7dc334f6d5dff23
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/8827ebb9858788a94d3bece9a0118d6e516231
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/b586ada4c5876b6351676ddfe1d3fac7cfce7b
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/aa4ce70b74bdff14784313f9310f5651588dba
/usr/lib/.build-id/c4/e5e6573875f9b81420a9926bfa2e53c1a84d15
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/d50ea6031d281fa939a33072ab6ce6fd551f9d
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/c33d1f66a1e517c51e55120da7f3c11b61143d
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/2232e164214151d5dbc4ccfae1c5b9237b1522
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/bec2f0beebf9ade29da8044babe3dfcfc4a46c
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/4e779a0b7394a6726060ee14b9150811d307b8
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/06aa5c75f680d312f9ee1b2c3df1dbfc29eab3
/usr/lib/.build-id/df
/usr/lib/.build-id/df/945e79d3628cf251630c6466740eb5e48b2032
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/57a2aac6eff2725f6554051f5ba75101b67f1b
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/5b4c9d5831a316a4d5bbeb5ae28f4a12bf4927
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/df98cfdd8fe9eb8578f7a73e6f24450757bf90
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/5c990245747dc20972ef6ae066413922d5591e
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/6003570ea8b11e5d9769dcb2354fbc43077fc2
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/199dd9e6cdc6ef1b0c3e73958e927c98293770
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/a1d9b076db685926ed64d5b09c45d3d66f5ae8
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/efa64684441dab27481654840f9742abf05913
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/9211f0b0cc2ecce26117fde6c407ee8d99ae30
/usr/lib/binfmt.d
/usr/lib/environment.d
/usr/lib/environment.d/99-environment.conf
/usr/lib/rpm/macros.d/macros.systemd
/usr/lib/sysctl.d
/usr/lib/sysctl.d/50-coredump.conf
/usr/lib/sysctl.d/50-default.conf
/usr/lib/sysctl.d/50-pid-max.conf
/usr/lib/systemd
/usr/lib/systemd/catalog
/usr/lib/systemd/catalog/systemd.be.catalog
/usr/lib/systemd/catalog/[email protected]
/usr/lib/systemd/catalog/systemd.bg.catalog
/usr/lib/systemd/catalog/systemd.catalog
/usr/lib/systemd/catalog/systemd.de.catalog
/usr/lib/systemd/catalog/systemd.fr.catalog
/usr/lib/systemd/catalog/systemd.it.catalog
/usr/lib/systemd/catalog/systemd.pl.catalog
/usr/lib/systemd/catalog/systemd.pt_BR.catalog
/usr/lib/systemd/catalog/systemd.ru.catalog
/usr/lib/systemd/catalog/systemd.zh_CN.catalog
/usr/lib/systemd/catalog/systemd.zh_TW.catalog
/usr/lib/systemd/libsystemd-shared-239.so
/usr/lib/systemd/network
/usr/lib/systemd/portable
/usr/lib/systemd/portable/profile
/usr/lib/systemd/portable/profile/default
/usr/lib/systemd/portable/profile/default/service.conf
/usr/lib/systemd/portable/profile/nonetwork
/usr/lib/systemd/portable/profile/nonetwork/service.conf
/usr/lib/systemd/portable/profile/strict
/usr/lib/systemd/portable/profile/strict/service.conf
/usr/lib/systemd/portable/profile/trusted
/usr/lib/systemd/portable/profile/trusted/service.conf
/usr/lib/systemd/portablectl
/usr/lib/systemd/purge-nobody-user
/usr/lib/systemd/resolv.conf
/usr/lib/systemd/system
/usr/lib/systemd/system-generators
/usr/lib/systemd/system-generators/systemd-debug-generator
/usr/lib/systemd/system-generators/systemd-fstab-generator
/usr/lib/systemd/system-generators/systemd-getty-generator
/usr/lib/systemd/system-generators/systemd-rc-local-generator
/usr/lib/systemd/system-generators/systemd-system-update-generator
/usr/lib/systemd/system-generators/systemd-sysv-generator
/usr/lib/systemd/system-generators/systemd-veritysetup-generator
/usr/lib/systemd/system-preset
/usr/lib/systemd/system-preset/90-systemd.preset
/usr/lib/systemd/system-shutdown
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/basic.target
/usr/lib/systemd/system/basic.target.wants
/usr/lib/systemd/system/bluetooth.target
/usr/lib/systemd/system/boot-complete.target
/usr/lib/systemd/system/console-getty.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/ctrl-alt-del.target
/usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
/usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
/usr/lib/systemd/system/dbus-org.freedesktop.login1.service
/usr/lib/systemd/system/dbus-org.freedesktop.portable1.service
/usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
/usr/lib/systemd/system/dbus.target.wants
/usr/lib/systemd/system/debug-shell.service
/usr/lib/systemd/system/default.target
/usr/lib/systemd/system/default.target.wants
/usr/lib/systemd/system/dev-hugepages.mount
/usr/lib/systemd/system/dev-mqueue.mount
/usr/lib/systemd/system/emergency.service
/usr/lib/systemd/system/emergency.target
/usr/lib/systemd/system/exit.target
/usr/lib/systemd/system/final.target
/usr/lib/systemd/system/getty-pre.target
/usr/lib/systemd/system/getty.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/graphical.target
/usr/lib/systemd/system/graphical.target.wants
/usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/halt-local.service
/usr/lib/systemd/system/halt.target
/usr/lib/systemd/system/initrd-cleanup.service
/usr/lib/systemd/system/initrd-fs.target
/usr/lib/systemd/system/initrd-parse-etc.service
/usr/lib/systemd/system/initrd-root-device.target
/usr/lib/systemd/system/initrd-root-fs.target
/usr/lib/systemd/system/initrd-switch-root.service
/usr/lib/systemd/system/initrd-switch-root.target
/usr/lib/systemd/system/initrd.target
/usr/lib/systemd/system/kexec.target
/usr/lib/systemd/system/ldconfig.service
/usr/lib/systemd/system/local-fs-pre.target
/usr/lib/systemd/system/local-fs.target
/usr/lib/systemd/system/local-fs.target.wants
/usr/lib/systemd/system/multi-user.target
/usr/lib/systemd/system/multi-user.target.wants
/usr/lib/systemd/system/multi-user.target.wants/getty.target
/usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
/usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
/usr/lib/systemd/system/network-online.target
/usr/lib/systemd/system/network-pre.target
/usr/lib/systemd/system/network.target
/usr/lib/systemd/system/nss-lookup.target
/usr/lib/systemd/system/nss-user-lookup.target
/usr/lib/systemd/system/paths.target
/usr/lib/systemd/system/poweroff.target
/usr/lib/systemd/system/printer.target
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
/usr/lib/systemd/system/rc-local.service
/usr/lib/systemd/system/reboot.target
/usr/lib/systemd/system/remote-fs-pre.target
/usr/lib/systemd/system/remote-fs.target
/usr/lib/systemd/system/remote-fs.target.wants
/usr/lib/systemd/system/rescue.service
/usr/lib/systemd/system/rescue.target
/usr/lib/systemd/system/rescue.target.wants
/usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/rpcbind.target
/usr/lib/systemd/system/runlevel0.target
/usr/lib/systemd/system/runlevel1.target
/usr/lib/systemd/system/runlevel1.target.wants
/usr/lib/systemd/system/runlevel2.target
/usr/lib/systemd/system/runlevel2.target.wants
/usr/lib/systemd/system/runlevel3.target
/usr/lib/systemd/system/runlevel3.target.wants
/usr/lib/systemd/system/runlevel4.target
/usr/lib/systemd/system/runlevel4.target.wants
/usr/lib/systemd/system/runlevel5.target
/usr/lib/systemd/system/runlevel5.target.wants
/usr/lib/systemd/system/runlevel6.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/shutdown.target
/usr/lib/systemd/system/sigpwr.target
/usr/lib/systemd/system/slices.target
/usr/lib/systemd/system/smartcard.target
/usr/lib/systemd/system/sockets.target
/usr/lib/systemd/system/sockets.target.wants
/usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
/usr/lib/systemd/system/sound.target
/usr/lib/systemd/system/swap.target
/usr/lib/systemd/system/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sys-kernel-config.mount
/usr/lib/systemd/system/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target
/usr/lib/systemd/system/sysinit.target.wants
/usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
/usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
/usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
/usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
/usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
/usr/lib/systemd/system/syslog.socket
/usr/lib/systemd/system/syslog.target.wants
/usr/lib/systemd/system/system-update-cleanup.service
/usr/lib/systemd/system/system-update-pre.target
/usr/lib/systemd/system/system-update.target
/usr/lib/systemd/system/systemd-ask-password-console.path
/usr/lib/systemd/system/systemd-ask-password-console.service
/usr/lib/systemd/system/systemd-ask-password-wall.path
/usr/lib/systemd/system/systemd-ask-password-wall.service
/usr/lib/systemd/system/systemd-binfmt.service
/usr/lib/systemd/system/systemd-coredump.socket
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-exit.service
/usr/lib/systemd/system/systemd-firstboot.service
/usr/lib/systemd/system/systemd-fsck-root.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-halt.service
/usr/lib/systemd/system/systemd-hostnamed.service
/usr/lib/systemd/system/systemd-initctl.service
/usr/lib/systemd/system/systemd-initctl.socket
/usr/lib/systemd/system/systemd-journal-catalog-update.service
/usr/lib/systemd/system/systemd-journal-flush.service
/usr/lib/systemd/system/systemd-journald-audit.socket
/usr/lib/systemd/system/systemd-journald-dev-log.socket
/usr/lib/systemd/system/systemd-journald.service
/usr/lib/systemd/system/systemd-journald.socket
/usr/lib/systemd/system/systemd-kexec.service
/usr/lib/systemd/system/systemd-localed.service
/usr/lib/systemd/system/systemd-logind.service
/usr/lib/systemd/system/systemd-machine-id-commit.service
/usr/lib/systemd/system/systemd-portabled.service
/usr/lib/systemd/system/systemd-poweroff.service
/usr/lib/systemd/system/systemd-reboot.service
/usr/lib/systemd/system/systemd-resolved.service
/usr/lib/systemd/system/systemd-sysctl.service
/usr/lib/systemd/system/systemd-sysusers.service
/usr/lib/systemd/system/systemd-timedated.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/systemd-update-done.service
/usr/lib/systemd/system/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/systemd-update-utmp.service
/usr/lib/systemd/system/systemd-user-sessions.service
/usr/lib/systemd/system/systemd-volatile-root.service
/usr/lib/systemd/system/time-sync.target
/usr/lib/systemd/system/timers.target
/usr/lib/systemd/system/timers.target.wants
/usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/tmp.mount
/usr/lib/systemd/system/umount.target
/usr/lib/systemd/system/user-.slice.d
/usr/lib/systemd/system/user-.slice.d/10-defaults.conf
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/user.slice
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/systemd
/usr/lib/systemd/systemd-ac-power
/usr/lib/systemd/systemd-binfmt
/usr/lib/systemd/systemd-cgroups-agent
/usr/lib/systemd/systemd-coredump
/usr/lib/systemd/systemd-dissect
/usr/lib/systemd/systemd-export
/usr/lib/systemd/systemd-fsck
/usr/lib/systemd/systemd-hostnamed
/usr/lib/systemd/systemd-initctl
/usr/lib/systemd/systemd-journald
/usr/lib/systemd/systemd-localed
/usr/lib/systemd/systemd-logind
/usr/lib/systemd/systemd-portabled
/usr/lib/systemd/systemd-reply-password
/usr/lib/systemd/systemd-resolved
/usr/lib/systemd/systemd-shutdown
/usr/lib/systemd/systemd-socket-proxyd
/usr/lib/systemd/systemd-sulogin-shell
/usr/lib/systemd/systemd-sysctl
/usr/lib/systemd/systemd-timedated
/usr/lib/systemd/systemd-update-done
/usr/lib/systemd/systemd-update-utmp
/usr/lib/systemd/systemd-user-runtime-dir
/usr/lib/systemd/systemd-user-sessions
/usr/lib/systemd/systemd-veritysetup
/usr/lib/systemd/systemd-volatile-root
/usr/lib/systemd/user
/usr/lib/systemd/user-environment-generators
/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
/usr/lib/systemd/user-generators
/usr/lib/systemd/user-preset
/usr/lib/systemd/user-preset/90-systemd.preset
/usr/lib/systemd/user/basic.target
/usr/lib/systemd/user/bluetooth.target
/usr/lib/systemd/user/default.target
/usr/lib/systemd/user/exit.target
/usr/lib/systemd/user/graphical-session-pre.target
/usr/lib/systemd/user/graphical-session.target
/usr/lib/systemd/user/paths.target
/usr/lib/systemd/user/printer.target
/usr/lib/systemd/user/shutdown.target
/usr/lib/systemd/user/smartcard.target
/usr/lib/systemd/user/sockets.target
/usr/lib/systemd/user/sound.target
/usr/lib/systemd/user/systemd-exit.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.timer
/usr/lib/systemd/user/systemd-tmpfiles-setup.service
/usr/lib/systemd/user/timers.target
/usr/lib/sysusers.d
/usr/lib/sysusers.d/basic.conf
/usr/lib/sysusers.d/systemd.conf
/usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/etc.conf
/usr/lib/tmpfiles.d/home.conf
/usr/lib/tmpfiles.d/journal-nocow.conf
/usr/lib/tmpfiles.d/legacy.conf
/usr/lib/tmpfiles.d/portables.conf
/usr/lib/tmpfiles.d/systemd-nologin.conf
/usr/lib/tmpfiles.d/systemd.conf
/usr/lib/tmpfiles.d/tmp.conf
/usr/lib/tmpfiles.d/var.conf
/usr/lib/tmpfiles.d/x11.conf
/usr/sbin/halt
/usr/sbin/init
/usr/sbin/poweroff
/usr/sbin/reboot
/usr/sbin/resolvconf
/usr/sbin/runlevel
/usr/sbin/shutdown
/usr/sbin/telinit
/usr/share/bash-completion/completions/busctl
/usr/share/bash-completion/completions/coredumpctl
/usr/share/bash-completion/completions/hostnamectl
/usr/share/bash-completion/completions/journalctl
/usr/share/bash-completion/completions/localectl
/usr/share/bash-completion/completions/loginctl
/usr/share/bash-completion/completions/portablectl
/usr/share/bash-completion/completions/resolvectl
/usr/share/bash-completion/completions/systemctl
/usr/share/bash-completion/completions/systemd-analyze
/usr/share/bash-completion/completions/systemd-cat
/usr/share/bash-completion/completions/systemd-cgls
/usr/share/bash-completion/completions/systemd-cgtop
/usr/share/bash-completion/completions/systemd-delta
/usr/share/bash-completion/completions/systemd-detect-virt
/usr/share/bash-completion/completions/systemd-path
/usr/share/bash-completion/completions/systemd-resolve
/usr/share/bash-completion/completions/systemd-run
/usr/share/bash-completion/completions/timedatectl
/usr/share/dbus-1/services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
/usr/share/dbus-1/system-services/org.freedesktop.locale1.service
/usr/share/dbus-1/system-services/org.freedesktop.login1.service
/usr/share/dbus-1/system-services/org.freedesktop.portable1.service
/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service
/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
/usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
/usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
/usr/share/dbus-1/system.d/org.freedesktop.login1.conf
/usr/share/dbus-1/system.d/org.freedesktop.portable1.conf
/usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf
/usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
/usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
/usr/share/doc/systemd
/usr/share/doc/systemd/20-yama-ptrace.conf
/usr/share/doc/systemd/CODING_STYLE
/usr/share/doc/systemd/DISTRO_PORTING
/usr/share/doc/systemd/ENVIRONMENT.md
/usr/share/doc/systemd/GVARIANT-SERIALIZATION
/usr/share/doc/systemd/HACKING
/usr/share/doc/systemd/NEWS
/usr/share/doc/systemd/README
/usr/share/doc/systemd/TRANSIENT-SETTINGS.md
/usr/share/doc/systemd/TRANSLATORS
/usr/share/doc/systemd/UIDS-GIDS.md
/usr/share/factory
/usr/share/factory/etc
/usr/share/factory/etc/nsswitch.conf
/usr/share/factory/etc/pam.d
/usr/share/factory/etc/pam.d/other
/usr/share/factory/etc/pam.d/system-auth
/usr/share/licenses/systemd
/usr/share/licenses/systemd/LICENSE.GPL2
/usr/share/licenses/systemd/LICENSE.LGPL2.1
/usr/share/locale/be/LC_MESSAGES/systemd.mo
/usr/share/locale/be@latin/LC_MESSAGES/systemd.mo
/usr/share/locale/bg/LC_MESSAGES/systemd.mo
/usr/share/locale/ca/LC_MESSAGES/systemd.mo
/usr/share/locale/cs/LC_MESSAGES/systemd.mo
/usr/share/locale/da/LC_MESSAGES/systemd.mo
/usr/share/locale/de/LC_MESSAGES/systemd.mo
/usr/share/locale/el/LC_MESSAGES/systemd.mo
/usr/share/locale/es/LC_MESSAGES/systemd.mo
/usr/share/locale/fr/LC_MESSAGES/systemd.mo
/usr/share/locale/gl/LC_MESSAGES/systemd.mo
/usr/share/locale/hr/LC_MESSAGES/systemd.mo
/usr/share/locale/hu/LC_MESSAGES/systemd.mo
/usr/share/locale/id/LC_MESSAGES/systemd.mo
/usr/share/locale/it/LC_MESSAGES/systemd.mo
/usr/share/locale/ja/LC_MESSAGES/systemd.mo
/usr/share/locale/ko/LC_MESSAGES/systemd.mo
/usr/share/locale/pl/LC_MESSAGES/systemd.mo
/usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo
/usr/share/locale/ro/LC_MESSAGES/systemd.mo
/usr/share/locale/ru/LC_MESSAGES/systemd.mo
/usr/share/locale/sk/LC_MESSAGES/systemd.mo
/usr/share/locale/sr/LC_MESSAGES/systemd.mo
/usr/share/locale/sv/LC_MESSAGES/systemd.mo
/usr/share/locale/tr/LC_MESSAGES/systemd.mo
/usr/share/locale/uk/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo
/usr/share/man/man1/busctl.1.gz
/usr/share/man/man1/coredumpctl.1.gz
/usr/share/man/man1/hostnamectl.1.gz
/usr/share/man/man1/init.1.gz
/usr/share/man/man1/journalctl.1.gz
/usr/share/man/man1/localectl.1.gz
/usr/share/man/man1/loginctl.1.gz
/usr/share/man/man1/portablectl.1.gz
/usr/share/man/man1/resolvconf.1.gz
/usr/share/man/man1/resolvectl.1.gz
/usr/share/man/man1/systemctl.1.gz
/usr/share/man/man1/systemd-analyze.1.gz
/usr/share/man/man1/systemd-ask-password.1.gz
/usr/share/man/man1/systemd-cat.1.gz
/usr/share/man/man1/systemd-cgls.1.gz
/usr/share/man/man1/systemd-cgtop.1.gz
/usr/share/man/man1/systemd-delta.1.gz
/usr/share/man/man1/systemd-detect-virt.1.gz
/usr/share/man/man1/systemd-escape.1.gz
/usr/share/man/man1/systemd-firstboot.1.gz
/usr/share/man/man1/systemd-firstboot.service.1.gz
/usr/share/man/man1/systemd-inhibit.1.gz
/usr/share/man/man1/systemd-machine-id-setup.1.gz
/usr/share/man/man1/systemd-mount.1.gz
/usr/share/man/man1/systemd-notify.1.gz
/usr/share/man/man1/systemd-path.1.gz
/usr/share/man/man1/systemd-run.1.gz
/usr/share/man/man1/systemd-socket-activate.1.gz
/usr/share/man/man1/systemd-tty-ask-password-agent.1.gz
/usr/share/man/man1/systemd-umount.1.gz
/usr/share/man/man1/systemd.1.gz
/usr/share/man/man1/timedatectl.1.gz
/usr/share/man/man5/binfmt.d.5.gz
/usr/share/man/man5/coredump.conf.5.gz
/usr/share/man/man5/coredump.conf.d.5.gz
/usr/share/man/man5/crypttab.5.gz
/usr/share/man/man5/dnssec-trust-anchors.d.5.gz
/usr/share/man/man5/environment.d.5.gz
/usr/share/man/man5/hostname.5.gz
/usr/share/man/man5/journald.conf.5.gz
/usr/share/man/man5/journald.conf.d.5.gz
/usr/share/man/man5/loader.conf.5.gz
/usr/share/man/man5/locale.conf.5.gz
/usr/share/man/man5/localtime.5.gz
/usr/share/man/man5/logind.conf.5.gz
/usr/share/man/man5/logind.conf.d.5.gz
/usr/share/man/man5/machine-id.5.gz
/usr/share/man/man5/machine-info.5.gz
/usr/share/man/man5/os-release.5.gz
/usr/share/man/man5/resolved.conf.5.gz
/usr/share/man/man5/resolved.conf.d.5.gz
/usr/share/man/man5/sysctl.d.5.gz
/usr/share/man/man5/system.conf.d.5.gz
/usr/share/man/man5/systemd-system.conf.5.gz
/usr/share/man/man5/systemd-user.conf.5.gz
/usr/share/man/man5/systemd.automount.5.gz
/usr/share/man/man5/systemd.device.5.gz
/usr/share/man/man5/systemd.dnssd.5.gz
/usr/share/man/man5/systemd.exec.5.gz
/usr/share/man/man5/systemd.kill.5.gz
/usr/share/man/man5/systemd.link.5.gz
/usr/share/man/man5/systemd.mount.5.gz
/usr/share/man/man5/systemd.negative.5.gz
/usr/share/man/man5/systemd.nspawn.5.gz
/usr/share/man/man5/systemd.path.5.gz
/usr/share/man/man5/systemd.positive.5.gz
/usr/share/man/man5/systemd.preset.5.gz
/usr/share/man/man5/systemd.resource-control.5.gz
/usr/share/man/man5/systemd.scope.5.gz
/usr/share/man/man5/systemd.service.5.gz
/usr/share/man/man5/systemd.slice.5.gz
/usr/share/man/man5/systemd.socket.5.gz
/usr/share/man/man5/systemd.swap.5.gz
/usr/share/man/man5/systemd.target.5.gz
/usr/share/man/man5/systemd.timer.5.gz
/usr/share/man/man5/systemd.unit.5.gz
/usr/share/man/man5/sysusers.d.5.gz
/usr/share/man/man5/tmpfiles.d.5.gz
/usr/share/man/man5/user.conf.d.5.gz
/usr/share/man/man7/bootup.7.gz
/usr/share/man/man7/daemon.7.gz
/usr/share/man/man7/file-hierarchy.7.gz
/usr/share/man/man7/kernel-command-line.7.gz
/usr/share/man/man7/sd-boot.7.gz
/usr/share/man/man7/systemd-boot.7.gz
/usr/share/man/man7/systemd.directives.7.gz
/usr/share/man/man7/systemd.environment-generator.7.gz
/usr/share/man/man7/systemd.generator.7.gz
/usr/share/man/man7/systemd.index.7.gz
/usr/share/man/man7/systemd.journal-fields.7.gz
/usr/share/man/man7/systemd.net-naming-scheme.7.gz
/usr/share/man/man7/systemd.offline-updates.7.gz
/usr/share/man/man7/systemd.special.7.gz
/usr/share/man/man7/systemd.syntax.7.gz
/usr/share/man/man7/systemd.time.7.gz
/usr/share/man/man8/30-systemd-environment-d-generator.8.gz
/usr/share/man/man8/halt.8.gz
/usr/share/man/man8/nss-myhostname.8.gz
/usr/share/man/man8/nss-resolve.8.gz
/usr/share/man/man8/nss-systemd.8.gz
/usr/share/man/man8/pam_systemd.8.gz
/usr/share/man/man8/poweroff.8.gz
/usr/share/man/man8/reboot.8.gz
/usr/share/man/man8/runlevel.8.gz
/usr/share/man/man8/shutdown.8.gz
/usr/share/man/man8/systemd-ask-password-console.path.8.gz
/usr/share/man/man8/systemd-ask-password-console.service.8.gz
/usr/share/man/man8/systemd-ask-password-wall.path.8.gz
/usr/share/man/man8/systemd-ask-password-wall.service.8.gz
/usr/share/man/man8/systemd-binfmt.8.gz
/usr/share/man/man8/systemd-binfmt.service.8.gz
/usr/share/man/man8/systemd-coredump.8.gz
/usr/share/man/man8/systemd-coredump.socket.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-debug-generator.8.gz
/usr/share/man/man8/systemd-environment-d-generator.8.gz
/usr/share/man/man8/systemd-fsck-root.service.8.gz
/usr/share/man/man8/systemd-fsck.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-fstab-generator.8.gz
/usr/share/man/man8/systemd-getty-generator.8.gz
/usr/share/man/man8/systemd-halt.service.8.gz
/usr/share/man/man8/systemd-hostnamed.8.gz
/usr/share/man/man8/systemd-hostnamed.service.8.gz
/usr/share/man/man8/systemd-initctl.8.gz
/usr/share/man/man8/systemd-initctl.service.8.gz
/usr/share/man/man8/systemd-initctl.socket.8.gz
/usr/share/man/man8/systemd-journald-audit.socket.8.gz
/usr/share/man/man8/systemd-journald-dev-log.socket.8.gz
/usr/share/man/man8/systemd-journald.8.gz
/usr/share/man/man8/systemd-journald.service.8.gz
/usr/share/man/man8/systemd-journald.socket.8.gz
/usr/share/man/man8/systemd-kexec.service.8.gz
/usr/share/man/man8/systemd-localed.8.gz
/usr/share/man/man8/systemd-localed.service.8.gz
/usr/share/man/man8/systemd-logind.8.gz
/usr/share/man/man8/systemd-logind.service.8.gz
/usr/share/man/man8/systemd-machine-id-commit.service.8.gz
/usr/share/man/man8/systemd-portabled.8.gz
/usr/share/man/man8/systemd-portabled.service.8.gz
/usr/share/man/man8/systemd-poweroff.service.8.gz
/usr/share/man/man8/systemd-rc-local-generator.8.gz
/usr/share/man/man8/systemd-reboot.service.8.gz
/usr/share/man/man8/systemd-resolved.8.gz
/usr/share/man/man8/systemd-resolved.service.8.gz
/usr/share/man/man8/systemd-shutdown.8.gz
/usr/share/man/man8/systemd-socket-proxyd.8.gz
/usr/share/man/man8/systemd-sysctl.8.gz
/usr/share/man/man8/systemd-sysctl.service.8.gz
/usr/share/man/man8/systemd-system-update-generator.8.gz
/usr/share/man/man8/systemd-sysusers.8.gz
/usr/share/man/man8/systemd-sysusers.service.8.gz
/usr/share/man/man8/systemd-sysv-generator.8.gz
/usr/share/man/man8/systemd-timedated.8.gz
/usr/share/man/man8/systemd-timedated.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz
/usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz
/usr/share/man/man8/systemd-tmpfiles.8.gz
/usr/share/man/man8/systemd-update-done.8.gz
/usr/share/man/man8/systemd-update-done.service.8.gz
/usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz
/usr/share/man/man8/systemd-update-utmp.8.gz
/usr/share/man/man8/systemd-update-utmp.service.8.gz
/usr/share/man/man8/systemd-user-sessions.8.gz
/usr/share/man/man8/systemd-user-sessions.service.8.gz
/usr/share/man/man8/systemd-veritysetup-generator.8.gz
/usr/share/man/man8/systemd-veritysetup.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-volatile-root.8.gz
/usr/share/man/man8/systemd-volatile-root.service.8.gz
/usr/share/man/man8/telinit.8.gz
/usr/share/pkgconfig/systemd.pc
/usr/share/pkgconfig/udev.pc
/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
/usr/share/polkit-1/actions/org.freedesktop.locale1.policy
/usr/share/polkit-1/actions/org.freedesktop.login1.policy
/usr/share/polkit-1/actions/org.freedesktop.portable1.policy
/usr/share/polkit-1/actions/org.freedesktop.resolve1.policy
/usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
/usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
/usr/share/systemd
/usr/share/systemd/kbd-model-map
/usr/share/systemd/language-fallback-map
/usr/share/zsh/site-functions/_busctl
/usr/share/zsh/site-functions/_coredumpctl
/usr/share/zsh/site-functions/_hostnamectl
/usr/share/zsh/site-functions/_journalctl
/usr/share/zsh/site-functions/_localectl
/usr/share/zsh/site-functions/_loginctl
/usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
/usr/share/zsh/site-functions/_sd_machines
/usr/share/zsh/site-functions/_sd_outputmodes
/usr/share/zsh/site-functions/_sd_unit_files
/usr/share/zsh/site-functions/_systemctl
/usr/share/zsh/site-functions/_systemd
/usr/share/zsh/site-functions/_systemd-analyze
/usr/share/zsh/site-functions/_systemd-delta
/usr/share/zsh/site-functions/_systemd-inhibit
/usr/share/zsh/site-functions/_systemd-resolve
/usr/share/zsh/site-functions/_systemd-run
/usr/share/zsh/site-functions/_systemd-tmpfiles
/usr/share/zsh/site-functions/_timedatectl
/var/cache/private
/var/lib/private
/var/lib/private/systemd
/var/lib/rpm-state/systemd
/var/lib/systemd
/var/lib/systemd/catalog
/var/lib/systemd/catalog/database
/var/lib/systemd/coredump
/var/lib/systemd/linger
/var/log/btmp
/var/log/journal
/var/log/private
/var/log/wtmp
/var/run/utmp
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/binfmt.d
/etc/crypttab
/etc/dnf/protected.d/systemd.conf
/etc/hostname
/etc/inittab
/etc/locale.conf
/etc/localtime
/etc/machine-id
/etc/machine-info
/etc/pam.d/systemd-user
/etc/rc.d
/etc/rc.d/init.d
/etc/rc.d/init.d/README
/etc/rc.d/rc.local
/etc/rc.local
/etc/sysctl.conf
/etc/sysctl.d
/etc/sysctl.d/99-sysctl.conf
/etc/systemd
/etc/systemd/coredump.conf
/etc/systemd/journald.conf
/etc/systemd/logind.conf
/etc/systemd/resolved.conf
/etc/systemd/system
/etc/systemd/system.conf
/etc/systemd/system/basic.target.wants
/etc/systemd/system/bluetooth.target.wants
/etc/systemd/system/default.target.wants
/etc/systemd/system/getty.target.wants
/etc/systemd/system/graphical.target.wants
/etc/systemd/system/local-fs.target.wants
/etc/systemd/system/machines.target.wants
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/printer.target.wants
/etc/systemd/system/remote-fs.target.wants
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/system-update.target.wants
/etc/systemd/system/timers.target.wants
/etc/systemd/user
/etc/systemd/user.conf
/etc/tmpfiles.d
/etc/xdg/systemd
/etc/xdg/systemd/user
/usr/bin/busctl
/usr/bin/coredumpctl
/usr/bin/hostnamectl
/usr/bin/journalctl
/usr/bin/localectl
/usr/bin/loginctl
/usr/bin/resolvectl
/usr/bin/systemctl
/usr/bin/systemd-analyze
/usr/bin/systemd-ask-password
/usr/bin/systemd-cat
/usr/bin/systemd-cgls
/usr/bin/systemd-cgtop
/usr/bin/systemd-delta
/usr/bin/systemd-detect-virt
/usr/bin/systemd-escape
/usr/bin/systemd-firstboot
/usr/bin/systemd-inhibit
/usr/bin/systemd-machine-id-setup
/usr/bin/systemd-mount
/usr/bin/systemd-notify
/usr/bin/systemd-path
/usr/bin/systemd-resolve
/usr/bin/systemd-run
/usr/bin/systemd-socket-activate
/usr/bin/systemd-stdio-bridge
/usr/bin/systemd-sysusers
/usr/bin/systemd-tmpfiles
/usr/bin/systemd-tty-ask-password-agent
/usr/bin/systemd-umount
/usr/bin/timedatectl
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/8f890192386a7739b46e01b9c7cbdbf0c5cd40
/usr/lib/.build-id/09/989dc83de10928c7391177f7f8c48e47d88400
/usr/lib/.build-id/09/d5d46aaf91c51be4b68a0c1624504e80b56e58
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/a819d9c97aa7574ae2f257b58c0343c62b554a
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/8d9b000109f1c8a6fb71a655357320ccc0bebc
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/32ce4e11874f04759832af7c65c7ae4a87cd3c
/usr/lib/.build-id/15
/usr/lib/.build-id/15/ac4407cbecfe647b7832b449422f449223b48c
/usr/lib/.build-id/16
/usr/lib/.build-id/16/70668052ad44b47fe3b843bd45233550c7e871
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/fa4a09dfdaf61c195ecbd5766fde1739c1137e
/usr/lib/.build-id/28
/usr/lib/.build-id/28/879cddc51713e1cc48f8bcd47d679243c8aa8b
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/968e2dfb3f2a96666d96121480754e004effb4
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/0251aa312299608d03e8cf03d520fbfd994e09
/usr/lib/.build-id/2d/329abb75895e67b091d2087ee1b5c1432c3472
/usr/lib/.build-id/2d/fc8f55b3b4357faf1040d05ffce102ccd8eabf
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/33c8a4e86912ed6ca3208322fdcb811b837059
/usr/lib/.build-id/34
/usr/lib/.build-id/34/054541ff13418d040c59dd16324c99e14b447b
/usr/lib/.build-id/35
/usr/lib/.build-id/35/7cae66cf8abc82a9dcb3c20a4931960e471995
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/9c43f3ef4e1bdcc9ba165738c6825f2f846499
/usr/lib/.build-id/40
/usr/lib/.build-id/40/ecee402821ab18ee03445a84d5a9995e0f18ff
/usr/lib/.build-id/44
/usr/lib/.build-id/44/ce00c7f38c723528c54453081d13af805d1ca9
/usr/lib/.build-id/53
/usr/lib/.build-id/53/c067e24d14225b0c603d078eba176f5713c985
/usr/lib/.build-id/54
/usr/lib/.build-id/54/19d3f1949a1a717a3ab5cd4d6a215103b65107
/usr/lib/.build-id/54/2ef32afde6510958fb3dbfd5b7e322ad5f8278
/usr/lib/.build-id/55
/usr/lib/.build-id/55/19ed5aa9fb1d5b2728ed175755e40c480885d3
/usr/lib/.build-id/56
/usr/lib/.build-id/56/afd701a18703fa533543910b7a6cbb7b22b265
/usr/lib/.build-id/57
/usr/lib/.build-id/57/a047df3b36e057d2a9b657e977bb66c2b8a50d
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/43b00f75ace1d1228e4a5aebc4c27a25a7fe15
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/a700a357b7dccc61b007803b7d670597a35d36
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/517c3eafd75de595726766d2fa3f44c07d506b
/usr/lib/.build-id/62
/usr/lib/.build-id/62/aadf500a2c98b15c31ea8296830cfc1958becf
/usr/lib/.build-id/64
/usr/lib/.build-id/64/292abdcf3b6b6677414d7ebc15d4043fca1752
/usr/lib/.build-id/64/5429f16c474186969c7355ae7205b5c9ab4392
/usr/lib/.build-id/65
/usr/lib/.build-id/65/ba2bc2ef4a3350a346d2a905666f972d4d1196
/usr/lib/.build-id/66
/usr/lib/.build-id/66/63623a968d98761589a64593f91d1c207dd1c5
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/254464916def6ea5755e9a2bb8b1e3412d23cd
/usr/lib/.build-id/71
/usr/lib/.build-id/71/232f660b437e7b1aa57246961da2262a6cf961
/usr/lib/.build-id/74
/usr/lib/.build-id/74/cb725147de53fe486e5e0e2bd187138e6837ef
/usr/lib/.build-id/79
/usr/lib/.build-id/79/1148b98ff1801ed9bcb9718883b412811d3e16
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/2bad149ae6126508a3f4966bef2b5ad6101ef6
/usr/lib/.build-id/81
/usr/lib/.build-id/81/1d38dd7490e3e0e45302ad03c6d96afde50b79
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/e291a366ab26c5d37ccc722e0fc2ee7ac69c6e
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/b73b958e607d3d0d8ee7cbb9531603ac2db7b6
/usr/lib/.build-id/9b/e887333cdd74681efae105ee2cac1c3899a0b8
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/06b707c4b4b12c1965dfd5a0393da7e663bb80
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/48d9a44e6c5b71fac131740da1299374f5beb8
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/7dfe36edfc810a9ebbb55cfb550d056fb2cdfe
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/8ba5dcc5193f9dd99a2716322d1a7894a04144
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/0d9b50b6c43865d5292ef7489d80983c364ede
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/9946f62bcedf4c3ea7c71a8391a1facfd83c04
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/288d05cf9339511202a5812f0d552bd1707947
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/7adc8915639b47972c99424e3db10a3802ebb2
/usr/lib/.build-id/d1/c0bfa8f685e43295121d03cdd31a6dbb9e76b9
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/5c6f7ca5967656fc9838c2396f81a647445b85
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/fbce77821e02fb582ff711b4e10bd1fd45509e
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/ed4454026f2fdf0186515e99cc6af7e0f8f215
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/98fbf6c6e1d61457250e8803e1a35da9598e10
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/0c3a9899f99fbe6801652760874150e387884e
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/40ff2a98585b4cb5dc666062e6f08ef195c934
/usr/lib/.build-id/e0/82e1460e14f3b0b5de405771aefaa80c861185
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/30ec52cc9028dd8e122847764b6d819dfd0d50
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/96d7631c7af4679ddf11590e820fcbfbf4426f
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/0fee88a1fa4c6132ea4be460e56508833e08fd
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/82cdccb1c923d1cecf4f7de581786998883ee2
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/cfdc0cdf8ea689640b0dc57cb76fc8097bac6e
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/98f1183b2af31eb40f8454748a3a12b0dbb481
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/0aff0bc9a56f7e67b64c75a67581824820e079
/usr/lib/binfmt.d
/usr/lib/environment.d
/usr/lib/environment.d/99-environment.conf
/usr/lib/rpm/macros.d/macros.systemd
/usr/lib/sysctl.d
/usr/lib/sysctl.d/50-coredump.conf
/usr/lib/sysctl.d/50-default.conf
/usr/lib/sysctl.d/50-pid-max.conf
/usr/lib/systemd
/usr/lib/systemd/catalog
/usr/lib/systemd/catalog/systemd.be.catalog
/usr/lib/systemd/catalog/[email protected]
/usr/lib/systemd/catalog/systemd.bg.catalog
/usr/lib/systemd/catalog/systemd.catalog
/usr/lib/systemd/catalog/systemd.de.catalog
/usr/lib/systemd/catalog/systemd.fr.catalog
/usr/lib/systemd/catalog/systemd.it.catalog
/usr/lib/systemd/catalog/systemd.pl.catalog
/usr/lib/systemd/catalog/systemd.pt_BR.catalog
/usr/lib/systemd/catalog/systemd.ru.catalog
/usr/lib/systemd/catalog/systemd.zh_CN.catalog
/usr/lib/systemd/catalog/systemd.zh_TW.catalog
/usr/lib/systemd/libsystemd-shared-239.so
/usr/lib/systemd/network
/usr/lib/systemd/portable
/usr/lib/systemd/portable/profile
/usr/lib/systemd/portable/profile/default
/usr/lib/systemd/portable/profile/default/service.conf
/usr/lib/systemd/portable/profile/nonetwork
/usr/lib/systemd/portable/profile/nonetwork/service.conf
/usr/lib/systemd/portable/profile/strict
/usr/lib/systemd/portable/profile/strict/service.conf
/usr/lib/systemd/portable/profile/trusted
/usr/lib/systemd/portable/profile/trusted/service.conf
/usr/lib/systemd/portablectl
/usr/lib/systemd/purge-nobody-user
/usr/lib/systemd/resolv.conf
/usr/lib/systemd/system
/usr/lib/systemd/system-generators
/usr/lib/systemd/system-generators/systemd-debug-generator
/usr/lib/systemd/system-generators/systemd-fstab-generator
/usr/lib/systemd/system-generators/systemd-getty-generator
/usr/lib/systemd/system-generators/systemd-rc-local-generator
/usr/lib/systemd/system-generators/systemd-system-update-generator
/usr/lib/systemd/system-generators/systemd-sysv-generator
/usr/lib/systemd/system-generators/systemd-veritysetup-generator
/usr/lib/systemd/system-preset
/usr/lib/systemd/system-preset/90-systemd.preset
/usr/lib/systemd/system-shutdown
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/basic.target
/usr/lib/systemd/system/basic.target.wants
/usr/lib/systemd/system/bluetooth.target
/usr/lib/systemd/system/boot-complete.target
/usr/lib/systemd/system/console-getty.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/ctrl-alt-del.target
/usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
/usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
/usr/lib/systemd/system/dbus-org.freedesktop.login1.service
/usr/lib/systemd/system/dbus-org.freedesktop.portable1.service
/usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
/usr/lib/systemd/system/dbus.target.wants
/usr/lib/systemd/system/debug-shell.service
/usr/lib/systemd/system/default.target
/usr/lib/systemd/system/default.target.wants
/usr/lib/systemd/system/dev-hugepages.mount
/usr/lib/systemd/system/dev-mqueue.mount
/usr/lib/systemd/system/emergency.service
/usr/lib/systemd/system/emergency.target
/usr/lib/systemd/system/exit.target
/usr/lib/systemd/system/final.target
/usr/lib/systemd/system/getty-pre.target
/usr/lib/systemd/system/getty.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/graphical.target
/usr/lib/systemd/system/graphical.target.wants
/usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/halt-local.service
/usr/lib/systemd/system/halt.target
/usr/lib/systemd/system/initrd-cleanup.service
/usr/lib/systemd/system/initrd-fs.target
/usr/lib/systemd/system/initrd-parse-etc.service
/usr/lib/systemd/system/initrd-root-device.target
/usr/lib/systemd/system/initrd-root-fs.target
/usr/lib/systemd/system/initrd-switch-root.service
/usr/lib/systemd/system/initrd-switch-root.target
/usr/lib/systemd/system/initrd.target
/usr/lib/systemd/system/kexec.target
/usr/lib/systemd/system/ldconfig.service
/usr/lib/systemd/system/local-fs-pre.target
/usr/lib/systemd/system/local-fs.target
/usr/lib/systemd/system/local-fs.target.wants
/usr/lib/systemd/system/multi-user.target
/usr/lib/systemd/system/multi-user.target.wants
/usr/lib/systemd/system/multi-user.target.wants/getty.target
/usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
/usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
/usr/lib/systemd/system/network-online.target
/usr/lib/systemd/system/network-pre.target
/usr/lib/systemd/system/network.target
/usr/lib/systemd/system/nss-lookup.target
/usr/lib/systemd/system/nss-user-lookup.target
/usr/lib/systemd/system/paths.target
/usr/lib/systemd/system/poweroff.target
/usr/lib/systemd/system/printer.target
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
/usr/lib/systemd/system/rc-local.service
/usr/lib/systemd/system/reboot.target
/usr/lib/systemd/system/remote-fs-pre.target
/usr/lib/systemd/system/remote-fs.target
/usr/lib/systemd/system/remote-fs.target.wants
/usr/lib/systemd/system/rescue.service
/usr/lib/systemd/system/rescue.target
/usr/lib/systemd/system/rescue.target.wants
/usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/rpcbind.target
/usr/lib/systemd/system/runlevel0.target
/usr/lib/systemd/system/runlevel1.target
/usr/lib/systemd/system/runlevel1.target.wants
/usr/lib/systemd/system/runlevel2.target
/usr/lib/systemd/system/runlevel2.target.wants
/usr/lib/systemd/system/runlevel3.target
/usr/lib/systemd/system/runlevel3.target.wants
/usr/lib/systemd/system/runlevel4.target
/usr/lib/systemd/system/runlevel4.target.wants
/usr/lib/systemd/system/runlevel5.target
/usr/lib/systemd/system/runlevel5.target.wants
/usr/lib/systemd/system/runlevel6.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/shutdown.target
/usr/lib/systemd/system/sigpwr.target
/usr/lib/systemd/system/slices.target
/usr/lib/systemd/system/smartcard.target
/usr/lib/systemd/system/sockets.target
/usr/lib/systemd/system/sockets.target.wants
/usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
/usr/lib/systemd/system/sound.target
/usr/lib/systemd/system/swap.target
/usr/lib/systemd/system/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sys-kernel-config.mount
/usr/lib/systemd/system/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target
/usr/lib/systemd/system/sysinit.target.wants
/usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
/usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
/usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
/usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
/usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
/usr/lib/systemd/system/syslog.socket
/usr/lib/systemd/system/syslog.target.wants
/usr/lib/systemd/system/system-update-cleanup.service
/usr/lib/systemd/system/system-update-pre.target
/usr/lib/systemd/system/system-update.target
/usr/lib/systemd/system/systemd-ask-password-console.path
/usr/lib/systemd/system/systemd-ask-password-console.service
/usr/lib/systemd/system/systemd-ask-password-wall.path
/usr/lib/systemd/system/systemd-ask-password-wall.service
/usr/lib/systemd/system/systemd-binfmt.service
/usr/lib/systemd/system/systemd-coredump.socket
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-exit.service
/usr/lib/systemd/system/systemd-firstboot.service
/usr/lib/systemd/system/systemd-fsck-root.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-halt.service
/usr/lib/systemd/system/systemd-hostnamed.service
/usr/lib/systemd/system/systemd-initctl.service
/usr/lib/systemd/system/systemd-initctl.socket
/usr/lib/systemd/system/systemd-journal-catalog-update.service
/usr/lib/systemd/system/systemd-journal-flush.service
/usr/lib/systemd/system/systemd-journald-audit.socket
/usr/lib/systemd/system/systemd-journald-dev-log.socket
/usr/lib/systemd/system/systemd-journald.service
/usr/lib/systemd/system/systemd-journald.socket
/usr/lib/systemd/system/systemd-kexec.service
/usr/lib/systemd/system/systemd-localed.service
/usr/lib/systemd/system/systemd-logind.service
/usr/lib/systemd/system/systemd-machine-id-commit.service
/usr/lib/systemd/system/systemd-portabled.service
/usr/lib/systemd/system/systemd-poweroff.service
/usr/lib/systemd/system/systemd-reboot.service
/usr/lib/systemd/system/systemd-resolved.service
/usr/lib/systemd/system/systemd-sysctl.service
/usr/lib/systemd/system/systemd-sysusers.service
/usr/lib/systemd/system/systemd-timedated.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/systemd-update-done.service
/usr/lib/systemd/system/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/systemd-update-utmp.service
/usr/lib/systemd/system/systemd-user-sessions.service
/usr/lib/systemd/system/systemd-volatile-root.service
/usr/lib/systemd/system/time-sync.target
/usr/lib/systemd/system/timers.target
/usr/lib/systemd/system/timers.target.wants
/usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/tmp.mount
/usr/lib/systemd/system/umount.target
/usr/lib/systemd/system/user-.slice.d
/usr/lib/systemd/system/user-.slice.d/10-defaults.conf
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/user.slice
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/systemd
/usr/lib/systemd/systemd-ac-power
/usr/lib/systemd/systemd-binfmt
/usr/lib/systemd/systemd-cgroups-agent
/usr/lib/systemd/systemd-coredump
/usr/lib/systemd/systemd-dissect
/usr/lib/systemd/systemd-export
/usr/lib/systemd/systemd-fsck
/usr/lib/systemd/systemd-hostnamed
/usr/lib/systemd/systemd-initctl
/usr/lib/systemd/systemd-journald
/usr/lib/systemd/systemd-localed
/usr/lib/systemd/systemd-logind
/usr/lib/systemd/systemd-portabled
/usr/lib/systemd/systemd-reply-password
/usr/lib/systemd/systemd-resolved
/usr/lib/systemd/systemd-shutdown
/usr/lib/systemd/systemd-socket-proxyd
/usr/lib/systemd/systemd-sulogin-shell
/usr/lib/systemd/systemd-sysctl
/usr/lib/systemd/systemd-timedated
/usr/lib/systemd/systemd-update-done
/usr/lib/systemd/systemd-update-utmp
/usr/lib/systemd/systemd-user-runtime-dir
/usr/lib/systemd/systemd-user-sessions
/usr/lib/systemd/systemd-veritysetup
/usr/lib/systemd/systemd-volatile-root
/usr/lib/systemd/user
/usr/lib/systemd/user-environment-generators
/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
/usr/lib/systemd/user-generators
/usr/lib/systemd/user-preset
/usr/lib/systemd/user-preset/90-systemd.preset
/usr/lib/systemd/user/basic.target
/usr/lib/systemd/user/bluetooth.target
/usr/lib/systemd/user/default.target
/usr/lib/systemd/user/exit.target
/usr/lib/systemd/user/graphical-session-pre.target
/usr/lib/systemd/user/graphical-session.target
/usr/lib/systemd/user/paths.target
/usr/lib/systemd/user/printer.target
/usr/lib/systemd/user/shutdown.target
/usr/lib/systemd/user/smartcard.target
/usr/lib/systemd/user/sockets.target
/usr/lib/systemd/user/sound.target
/usr/lib/systemd/user/systemd-exit.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.timer
/usr/lib/systemd/user/systemd-tmpfiles-setup.service
/usr/lib/systemd/user/timers.target
/usr/lib/sysusers.d
/usr/lib/sysusers.d/basic.conf
/usr/lib/sysusers.d/systemd.conf
/usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/etc.conf
/usr/lib/tmpfiles.d/home.conf
/usr/lib/tmpfiles.d/journal-nocow.conf
/usr/lib/tmpfiles.d/legacy.conf
/usr/lib/tmpfiles.d/portables.conf
/usr/lib/tmpfiles.d/systemd-nologin.conf
/usr/lib/tmpfiles.d/systemd.conf
/usr/lib/tmpfiles.d/tmp.conf
/usr/lib/tmpfiles.d/var.conf
/usr/lib/tmpfiles.d/x11.conf
/usr/sbin/halt
/usr/sbin/init
/usr/sbin/poweroff
/usr/sbin/reboot
/usr/sbin/resolvconf
/usr/sbin/runlevel
/usr/sbin/shutdown
/usr/sbin/telinit
/usr/share/bash-completion/completions/busctl
/usr/share/bash-completion/completions/coredumpctl
/usr/share/bash-completion/completions/hostnamectl
/usr/share/bash-completion/completions/journalctl
/usr/share/bash-completion/completions/localectl
/usr/share/bash-completion/completions/loginctl
/usr/share/bash-completion/completions/portablectl
/usr/share/bash-completion/completions/resolvectl
/usr/share/bash-completion/completions/systemctl
/usr/share/bash-completion/completions/systemd-analyze
/usr/share/bash-completion/completions/systemd-cat
/usr/share/bash-completion/completions/systemd-cgls
/usr/share/bash-completion/completions/systemd-cgtop
/usr/share/bash-completion/completions/systemd-delta
/usr/share/bash-completion/completions/systemd-detect-virt
/usr/share/bash-completion/completions/systemd-path
/usr/share/bash-completion/completions/systemd-resolve
/usr/share/bash-completion/completions/systemd-run
/usr/share/bash-completion/completions/timedatectl
/usr/share/dbus-1/services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
/usr/share/dbus-1/system-services/org.freedesktop.locale1.service
/usr/share/dbus-1/system-services/org.freedesktop.login1.service
/usr/share/dbus-1/system-services/org.freedesktop.portable1.service
/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service
/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
/usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
/usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
/usr/share/dbus-1/system.d/org.freedesktop.login1.conf
/usr/share/dbus-1/system.d/org.freedesktop.portable1.conf
/usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf
/usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
/usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
/usr/share/doc/systemd
/usr/share/doc/systemd/20-yama-ptrace.conf
/usr/share/doc/systemd/CODING_STYLE
/usr/share/doc/systemd/DISTRO_PORTING
/usr/share/doc/systemd/ENVIRONMENT.md
/usr/share/doc/systemd/GVARIANT-SERIALIZATION
/usr/share/doc/systemd/HACKING
/usr/share/doc/systemd/NEWS
/usr/share/doc/systemd/README
/usr/share/doc/systemd/TRANSIENT-SETTINGS.md
/usr/share/doc/systemd/TRANSLATORS
/usr/share/doc/systemd/UIDS-GIDS.md
/usr/share/factory
/usr/share/factory/etc
/usr/share/factory/etc/nsswitch.conf
/usr/share/factory/etc/pam.d
/usr/share/factory/etc/pam.d/other
/usr/share/factory/etc/pam.d/system-auth
/usr/share/licenses/systemd
/usr/share/licenses/systemd/LICENSE.GPL2
/usr/share/licenses/systemd/LICENSE.LGPL2.1
/usr/share/locale/be/LC_MESSAGES/systemd.mo
/usr/share/locale/be@latin/LC_MESSAGES/systemd.mo
/usr/share/locale/bg/LC_MESSAGES/systemd.mo
/usr/share/locale/ca/LC_MESSAGES/systemd.mo
/usr/share/locale/cs/LC_MESSAGES/systemd.mo
/usr/share/locale/da/LC_MESSAGES/systemd.mo
/usr/share/locale/de/LC_MESSAGES/systemd.mo
/usr/share/locale/el/LC_MESSAGES/systemd.mo
/usr/share/locale/es/LC_MESSAGES/systemd.mo
/usr/share/locale/fr/LC_MESSAGES/systemd.mo
/usr/share/locale/gl/LC_MESSAGES/systemd.mo
/usr/share/locale/hr/LC_MESSAGES/systemd.mo
/usr/share/locale/hu/LC_MESSAGES/systemd.mo
/usr/share/locale/id/LC_MESSAGES/systemd.mo
/usr/share/locale/it/LC_MESSAGES/systemd.mo
/usr/share/locale/ja/LC_MESSAGES/systemd.mo
/usr/share/locale/ko/LC_MESSAGES/systemd.mo
/usr/share/locale/pl/LC_MESSAGES/systemd.mo
/usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo
/usr/share/locale/ro/LC_MESSAGES/systemd.mo
/usr/share/locale/ru/LC_MESSAGES/systemd.mo
/usr/share/locale/sk/LC_MESSAGES/systemd.mo
/usr/share/locale/sr/LC_MESSAGES/systemd.mo
/usr/share/locale/sv/LC_MESSAGES/systemd.mo
/usr/share/locale/tr/LC_MESSAGES/systemd.mo
/usr/share/locale/uk/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo
/usr/share/man/man1/busctl.1.gz
/usr/share/man/man1/coredumpctl.1.gz
/usr/share/man/man1/hostnamectl.1.gz
/usr/share/man/man1/init.1.gz
/usr/share/man/man1/journalctl.1.gz
/usr/share/man/man1/localectl.1.gz
/usr/share/man/man1/loginctl.1.gz
/usr/share/man/man1/portablectl.1.gz
/usr/share/man/man1/resolvconf.1.gz
/usr/share/man/man1/resolvectl.1.gz
/usr/share/man/man1/systemctl.1.gz
/usr/share/man/man1/systemd-analyze.1.gz
/usr/share/man/man1/systemd-ask-password.1.gz
/usr/share/man/man1/systemd-cat.1.gz
/usr/share/man/man1/systemd-cgls.1.gz
/usr/share/man/man1/systemd-cgtop.1.gz
/usr/share/man/man1/systemd-delta.1.gz
/usr/share/man/man1/systemd-detect-virt.1.gz
/usr/share/man/man1/systemd-escape.1.gz
/usr/share/man/man1/systemd-firstboot.1.gz
/usr/share/man/man1/systemd-firstboot.service.1.gz
/usr/share/man/man1/systemd-inhibit.1.gz
/usr/share/man/man1/systemd-machine-id-setup.1.gz
/usr/share/man/man1/systemd-mount.1.gz
/usr/share/man/man1/systemd-notify.1.gz
/usr/share/man/man1/systemd-path.1.gz
/usr/share/man/man1/systemd-run.1.gz
/usr/share/man/man1/systemd-socket-activate.1.gz
/usr/share/man/man1/systemd-tty-ask-password-agent.1.gz
/usr/share/man/man1/systemd-umount.1.gz
/usr/share/man/man1/systemd.1.gz
/usr/share/man/man1/timedatectl.1.gz
/usr/share/man/man5/binfmt.d.5.gz
/usr/share/man/man5/coredump.conf.5.gz
/usr/share/man/man5/coredump.conf.d.5.gz
/usr/share/man/man5/crypttab.5.gz
/usr/share/man/man5/dnssec-trust-anchors.d.5.gz
/usr/share/man/man5/environment.d.5.gz
/usr/share/man/man5/hostname.5.gz
/usr/share/man/man5/journald.conf.5.gz
/usr/share/man/man5/journald.conf.d.5.gz
/usr/share/man/man5/loader.conf.5.gz
/usr/share/man/man5/locale.conf.5.gz
/usr/share/man/man5/localtime.5.gz
/usr/share/man/man5/logind.conf.5.gz
/usr/share/man/man5/logind.conf.d.5.gz
/usr/share/man/man5/machine-id.5.gz
/usr/share/man/man5/machine-info.5.gz
/usr/share/man/man5/os-release.5.gz
/usr/share/man/man5/resolved.conf.5.gz
/usr/share/man/man5/resolved.conf.d.5.gz
/usr/share/man/man5/sysctl.d.5.gz
/usr/share/man/man5/system.conf.d.5.gz
/usr/share/man/man5/systemd-system.conf.5.gz
/usr/share/man/man5/systemd-user.conf.5.gz
/usr/share/man/man5/systemd.automount.5.gz
/usr/share/man/man5/systemd.device.5.gz
/usr/share/man/man5/systemd.dnssd.5.gz
/usr/share/man/man5/systemd.exec.5.gz
/usr/share/man/man5/systemd.kill.5.gz
/usr/share/man/man5/systemd.link.5.gz
/usr/share/man/man5/systemd.mount.5.gz
/usr/share/man/man5/systemd.negative.5.gz
/usr/share/man/man5/systemd.nspawn.5.gz
/usr/share/man/man5/systemd.path.5.gz
/usr/share/man/man5/systemd.positive.5.gz
/usr/share/man/man5/systemd.preset.5.gz
/usr/share/man/man5/systemd.resource-control.5.gz
/usr/share/man/man5/systemd.scope.5.gz
/usr/share/man/man5/systemd.service.5.gz
/usr/share/man/man5/systemd.slice.5.gz
/usr/share/man/man5/systemd.socket.5.gz
/usr/share/man/man5/systemd.swap.5.gz
/usr/share/man/man5/systemd.target.5.gz
/usr/share/man/man5/systemd.timer.5.gz
/usr/share/man/man5/systemd.unit.5.gz
/usr/share/man/man5/sysusers.d.5.gz
/usr/share/man/man5/tmpfiles.d.5.gz
/usr/share/man/man5/user.conf.d.5.gz
/usr/share/man/man7/bootup.7.gz
/usr/share/man/man7/daemon.7.gz
/usr/share/man/man7/file-hierarchy.7.gz
/usr/share/man/man7/kernel-command-line.7.gz
/usr/share/man/man7/sd-boot.7.gz
/usr/share/man/man7/systemd-boot.7.gz
/usr/share/man/man7/systemd.directives.7.gz
/usr/share/man/man7/systemd.environment-generator.7.gz
/usr/share/man/man7/systemd.generator.7.gz
/usr/share/man/man7/systemd.index.7.gz
/usr/share/man/man7/systemd.journal-fields.7.gz
/usr/share/man/man7/systemd.net-naming-scheme.7.gz
/usr/share/man/man7/systemd.offline-updates.7.gz
/usr/share/man/man7/systemd.special.7.gz
/usr/share/man/man7/systemd.syntax.7.gz
/usr/share/man/man7/systemd.time.7.gz
/usr/share/man/man8/30-systemd-environment-d-generator.8.gz
/usr/share/man/man8/halt.8.gz
/usr/share/man/man8/nss-myhostname.8.gz
/usr/share/man/man8/nss-resolve.8.gz
/usr/share/man/man8/nss-systemd.8.gz
/usr/share/man/man8/pam_systemd.8.gz
/usr/share/man/man8/poweroff.8.gz
/usr/share/man/man8/reboot.8.gz
/usr/share/man/man8/runlevel.8.gz
/usr/share/man/man8/shutdown.8.gz
/usr/share/man/man8/systemd-ask-password-console.path.8.gz
/usr/share/man/man8/systemd-ask-password-console.service.8.gz
/usr/share/man/man8/systemd-ask-password-wall.path.8.gz
/usr/share/man/man8/systemd-ask-password-wall.service.8.gz
/usr/share/man/man8/systemd-binfmt.8.gz
/usr/share/man/man8/systemd-binfmt.service.8.gz
/usr/share/man/man8/systemd-coredump.8.gz
/usr/share/man/man8/systemd-coredump.socket.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-debug-generator.8.gz
/usr/share/man/man8/systemd-environment-d-generator.8.gz
/usr/share/man/man8/systemd-fsck-root.service.8.gz
/usr/share/man/man8/systemd-fsck.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-fstab-generator.8.gz
/usr/share/man/man8/systemd-getty-generator.8.gz
/usr/share/man/man8/systemd-halt.service.8.gz
/usr/share/man/man8/systemd-hostnamed.8.gz
/usr/share/man/man8/systemd-hostnamed.service.8.gz
/usr/share/man/man8/systemd-initctl.8.gz
/usr/share/man/man8/systemd-initctl.service.8.gz
/usr/share/man/man8/systemd-initctl.socket.8.gz
/usr/share/man/man8/systemd-journald-audit.socket.8.gz
/usr/share/man/man8/systemd-journald-dev-log.socket.8.gz
/usr/share/man/man8/systemd-journald.8.gz
/usr/share/man/man8/systemd-journald.service.8.gz
/usr/share/man/man8/systemd-journald.socket.8.gz
/usr/share/man/man8/systemd-kexec.service.8.gz
/usr/share/man/man8/systemd-localed.8.gz
/usr/share/man/man8/systemd-localed.service.8.gz
/usr/share/man/man8/systemd-logind.8.gz
/usr/share/man/man8/systemd-logind.service.8.gz
/usr/share/man/man8/systemd-machine-id-commit.service.8.gz
/usr/share/man/man8/systemd-portabled.8.gz
/usr/share/man/man8/systemd-portabled.service.8.gz
/usr/share/man/man8/systemd-poweroff.service.8.gz
/usr/share/man/man8/systemd-rc-local-generator.8.gz
/usr/share/man/man8/systemd-reboot.service.8.gz
/usr/share/man/man8/systemd-resolved.8.gz
/usr/share/man/man8/systemd-resolved.service.8.gz
/usr/share/man/man8/systemd-shutdown.8.gz
/usr/share/man/man8/systemd-socket-proxyd.8.gz
/usr/share/man/man8/systemd-sysctl.8.gz
/usr/share/man/man8/systemd-sysctl.service.8.gz
/usr/share/man/man8/systemd-system-update-generator.8.gz
/usr/share/man/man8/systemd-sysusers.8.gz
/usr/share/man/man8/systemd-sysusers.service.8.gz
/usr/share/man/man8/systemd-sysv-generator.8.gz
/usr/share/man/man8/systemd-timedated.8.gz
/usr/share/man/man8/systemd-timedated.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz
/usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz
/usr/share/man/man8/systemd-tmpfiles.8.gz
/usr/share/man/man8/systemd-update-done.8.gz
/usr/share/man/man8/systemd-update-done.service.8.gz
/usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz
/usr/share/man/man8/systemd-update-utmp.8.gz
/usr/share/man/man8/systemd-update-utmp.service.8.gz
/usr/share/man/man8/systemd-user-sessions.8.gz
/usr/share/man/man8/systemd-user-sessions.service.8.gz
/usr/share/man/man8/systemd-veritysetup-generator.8.gz
/usr/share/man/man8/systemd-veritysetup.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-volatile-root.8.gz
/usr/share/man/man8/systemd-volatile-root.service.8.gz
/usr/share/man/man8/telinit.8.gz
/usr/share/pkgconfig/systemd.pc
/usr/share/pkgconfig/udev.pc
/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
/usr/share/polkit-1/actions/org.freedesktop.locale1.policy
/usr/share/polkit-1/actions/org.freedesktop.login1.policy
/usr/share/polkit-1/actions/org.freedesktop.portable1.policy
/usr/share/polkit-1/actions/org.freedesktop.resolve1.policy
/usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
/usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
/usr/share/systemd
/usr/share/systemd/kbd-model-map
/usr/share/systemd/language-fallback-map
/usr/share/zsh/site-functions/_busctl
/usr/share/zsh/site-functions/_coredumpctl
/usr/share/zsh/site-functions/_hostnamectl
/usr/share/zsh/site-functions/_journalctl
/usr/share/zsh/site-functions/_localectl
/usr/share/zsh/site-functions/_loginctl
/usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
/usr/share/zsh/site-functions/_sd_machines
/usr/share/zsh/site-functions/_sd_outputmodes
/usr/share/zsh/site-functions/_sd_unit_files
/usr/share/zsh/site-functions/_systemctl
/usr/share/zsh/site-functions/_systemd
/usr/share/zsh/site-functions/_systemd-analyze
/usr/share/zsh/site-functions/_systemd-delta
/usr/share/zsh/site-functions/_systemd-inhibit
/usr/share/zsh/site-functions/_systemd-resolve
/usr/share/zsh/site-functions/_systemd-run
/usr/share/zsh/site-functions/_systemd-tmpfiles
/usr/share/zsh/site-functions/_timedatectl
/var/cache/private
/var/lib/private
/var/lib/private/systemd
/var/lib/rpm-state/systemd
/var/lib/systemd
/var/lib/systemd/catalog
/var/lib/systemd/catalog/database
/var/lib/systemd/coredump
/var/lib/systemd/linger
/var/log/btmp
/var/log/journal
/var/log/private
/var/log/wtmp
/var/run/utmp
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/binfmt.d
/etc/crypttab
/etc/dnf/protected.d/systemd.conf
/etc/hostname
/etc/inittab
/etc/locale.conf
/etc/localtime
/etc/machine-id
/etc/machine-info
/etc/pam.d/systemd-user
/etc/rc.d
/etc/rc.d/init.d
/etc/rc.d/init.d/README
/etc/rc.d/rc.local
/etc/rc.local
/etc/sysctl.conf
/etc/sysctl.d
/etc/sysctl.d/99-sysctl.conf
/etc/systemd
/etc/systemd/coredump.conf
/etc/systemd/journald.conf
/etc/systemd/logind.conf
/etc/systemd/resolved.conf
/etc/systemd/system
/etc/systemd/system.conf
/etc/systemd/system/basic.target.wants
/etc/systemd/system/bluetooth.target.wants
/etc/systemd/system/default.target.wants
/etc/systemd/system/getty.target.wants
/etc/systemd/system/graphical.target.wants
/etc/systemd/system/local-fs.target.wants
/etc/systemd/system/machines.target.wants
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/printer.target.wants
/etc/systemd/system/remote-fs.target.wants
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/system-update.target.wants
/etc/systemd/system/timers.target.wants
/etc/systemd/user
/etc/systemd/user.conf
/etc/tmpfiles.d
/etc/xdg/systemd
/etc/xdg/systemd/user
/usr/bin/busctl
/usr/bin/coredumpctl
/usr/bin/hostnamectl
/usr/bin/journalctl
/usr/bin/localectl
/usr/bin/loginctl
/usr/bin/resolvectl
/usr/bin/systemctl
/usr/bin/systemd-analyze
/usr/bin/systemd-ask-password
/usr/bin/systemd-cat
/usr/bin/systemd-cgls
/usr/bin/systemd-cgtop
/usr/bin/systemd-delta
/usr/bin/systemd-detect-virt
/usr/bin/systemd-escape
/usr/bin/systemd-firstboot
/usr/bin/systemd-inhibit
/usr/bin/systemd-machine-id-setup
/usr/bin/systemd-mount
/usr/bin/systemd-notify
/usr/bin/systemd-path
/usr/bin/systemd-resolve
/usr/bin/systemd-run
/usr/bin/systemd-socket-activate
/usr/bin/systemd-stdio-bridge
/usr/bin/systemd-sysusers
/usr/bin/systemd-tmpfiles
/usr/bin/systemd-tty-ask-password-agent
/usr/bin/systemd-umount
/usr/bin/timedatectl
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/e9f7da4fee88d532a48ce12b4679e7e7f58528
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/3bac8d0f80bc32dcb79c1e78805eaa37a4a977
/usr/lib/.build-id/13
/usr/lib/.build-id/13/3d706168e1def10fb0b125e4f6350f2bb7e7af
/usr/lib/.build-id/16
/usr/lib/.build-id/16/980652b92c5258680a69111fa8f1998e248505
/usr/lib/.build-id/18
/usr/lib/.build-id/18/2ee366e1f5853acf55eda6cd9b3993e6f857ea
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/61e135bca30e13ab1089ae29f30a116d5a7fff
/usr/lib/.build-id/1a/c617963a26af1487d83fe19ea93c26e479c8cb
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/8799f0e46e6a913d6dbd621f8fd901f75cd739
/usr/lib/.build-id/20
/usr/lib/.build-id/20/55bb2e3e80c934aa2166523fda5ef56970ae1b
/usr/lib/.build-id/22
/usr/lib/.build-id/22/d930d457f047f0bd1f4433ad484fbd722009e5
/usr/lib/.build-id/26
/usr/lib/.build-id/26/c840b151da951173feddea1f645b93bc69cfab
/usr/lib/.build-id/28
/usr/lib/.build-id/28/7632342f43a560fc6dc94e72a3deebc99eaec1
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/b0c465d580eb7ee0678bc97a385bb50b0df3f6
/usr/lib/.build-id/34
/usr/lib/.build-id/34/b031ccd77ad4cf1a7ff9ab061ba3e1f4c61b24
/usr/lib/.build-id/34/c8923031192d75779c22916c4275de49d7efbc
/usr/lib/.build-id/37
/usr/lib/.build-id/37/555d4b075921a3b4657c7ee27bb915367395a5
/usr/lib/.build-id/38
/usr/lib/.build-id/38/ff684dd70bda9924fae1143a768bab218d423c
/usr/lib/.build-id/44
/usr/lib/.build-id/44/938139dc8b8f874ff1fa36cefaa346a4ae4f2e
/usr/lib/.build-id/49
/usr/lib/.build-id/49/656a813b383e0fb608ffdf5c473141c6716410
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/8505a296f6b0eeebfa5b41311f14429346d658
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/49cc9a4625fec082f3254acb85257b417f2bca
/usr/lib/.build-id/59
/usr/lib/.build-id/59/c48bd7b935591d97d6e24f10f1d64a6ee510d3
/usr/lib/.build-id/66
/usr/lib/.build-id/66/1f61764274052ebc95a72a2c80ef7502c2dcd7
/usr/lib/.build-id/69
/usr/lib/.build-id/69/a306c670d596448c2bd44f5546e9ca308402a7
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/39681646936499d44ab488312e189ba8705a72
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/c330a81802c12637fda3b32768119b7268514e
/usr/lib/.build-id/74
/usr/lib/.build-id/74/5e10b27ab1aec8f6beb11b8575281b80a6f2ec
/usr/lib/.build-id/79
/usr/lib/.build-id/79/945a78a83ed56308ab9b24e5d0bd037002cc48
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/5331d8fa2b100dfa9d5043e7921a2bb0df1d09
/usr/lib/.build-id/80
/usr/lib/.build-id/80/f0b1318005a8e7e0f666dd3895508040774d0a
/usr/lib/.build-id/82
/usr/lib/.build-id/82/7d9ca9c5356d4fa609754b2c76865b8961263b
/usr/lib/.build-id/89
/usr/lib/.build-id/89/44407f60428333e4c94c65c5e28abfb3fe6acb
/usr/lib/.build-id/89/530e0e6d0092012cde90665945a755f1da10cd
/usr/lib/.build-id/89/999f3f533288b9e38e4770f23e22b6549813e4
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/d7fbd55b4ae521cfb78606b61269393b68ccd6
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/b7b880fd19204e730199c1c51e7c57f6ec33b8
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/d90b1b325812a2e885c051201ccb169da44d6a
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/480f19f53e111b67241a45560b30e000557231
/usr/lib/.build-id/91
/usr/lib/.build-id/91/8b52a3312e16877996a6bc883750c9fc68d21f
/usr/lib/.build-id/94
/usr/lib/.build-id/94/a87e7ef89c5cba9691f2040610098bb25df557
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/1928cc0cc26f2ecbe0e4869a096602afefdbb9
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/8ba1dab7cda6a4c274fdc2dfbd66d11dbde47a
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/872b90bd617ad8d244234b3021de5d1c674a62
/usr/lib/.build-id/9f/d7afac433bff3136dcfd164f60f883950c32a8
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/508b72f65418079062ea8a1e2832669e2cc0ec
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/5950b98a4b8255808c1f4598dafc018d480cb8
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/891eb618b830ca1d89225ea679c02b4832eb1c
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/bc6c73a7f19f690e25b90d1a6e50c67cfec155
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/ab9b29ab81e8e06d1b27c95f883bab4e07c3fd
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/7b72d5c63f14894d0449255390e17336d6839a
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/a2ee2185a86c64fc8aaf65d4cd0bb5a6deb122
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/a5700201b1aa50ac19d92909e1ca7c2801c733
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/2946acab02c1e82eeb7856874502454a774b8b
/usr/lib/.build-id/c9/ece6fcfd9010064d31516a79f42ebc78d39611
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/e0c98e71b48f51abe6addf64043d84c2d11a5f
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/1190ce4f06cbd83c8c1135c59f57774c26cc69
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/d1ecc3afd5f5481ce7e5f2196b39c2a2fc1ce5
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/1f2a50e929a2aa14e232a4aaad1b222b6f3fa1
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/a6b4bc0198675d2ac9c8cf88cde89987f1ca53
/usr/lib/.build-id/ea/c868253239b974fd047f73e4a0adff79363780
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/878bb7329dd2ce236b2c22842b7d1e8d637ac5
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/c25c7e1eeb4cc45d23a1bf636ba857fc83b0f2
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/f648798c7fb99d25085b7d6f18d82dc408033d
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/9877976766e7a03894008cf2bf218693441e5c
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/e686d6ae766a9aac95f38632d8611c398a59bd
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/44d425fb5b41df3a60d819c9f475568b4deccd
/usr/lib/binfmt.d
/usr/lib/environment.d
/usr/lib/environment.d/99-environment.conf
/usr/lib/rpm/macros.d/macros.systemd
/usr/lib/sysctl.d
/usr/lib/sysctl.d/50-coredump.conf
/usr/lib/sysctl.d/50-default.conf
/usr/lib/sysctl.d/50-pid-max.conf
/usr/lib/systemd
/usr/lib/systemd/catalog
/usr/lib/systemd/catalog/systemd.be.catalog
/usr/lib/systemd/catalog/[email protected]
/usr/lib/systemd/catalog/systemd.bg.catalog
/usr/lib/systemd/catalog/systemd.catalog
/usr/lib/systemd/catalog/systemd.de.catalog
/usr/lib/systemd/catalog/systemd.fr.catalog
/usr/lib/systemd/catalog/systemd.it.catalog
/usr/lib/systemd/catalog/systemd.pl.catalog
/usr/lib/systemd/catalog/systemd.pt_BR.catalog
/usr/lib/systemd/catalog/systemd.ru.catalog
/usr/lib/systemd/catalog/systemd.zh_CN.catalog
/usr/lib/systemd/catalog/systemd.zh_TW.catalog
/usr/lib/systemd/libsystemd-shared-239.so
/usr/lib/systemd/network
/usr/lib/systemd/portable
/usr/lib/systemd/portable/profile
/usr/lib/systemd/portable/profile/default
/usr/lib/systemd/portable/profile/default/service.conf
/usr/lib/systemd/portable/profile/nonetwork
/usr/lib/systemd/portable/profile/nonetwork/service.conf
/usr/lib/systemd/portable/profile/strict
/usr/lib/systemd/portable/profile/strict/service.conf
/usr/lib/systemd/portable/profile/trusted
/usr/lib/systemd/portable/profile/trusted/service.conf
/usr/lib/systemd/portablectl
/usr/lib/systemd/purge-nobody-user
/usr/lib/systemd/resolv.conf
/usr/lib/systemd/system
/usr/lib/systemd/system-generators
/usr/lib/systemd/system-generators/systemd-debug-generator
/usr/lib/systemd/system-generators/systemd-fstab-generator
/usr/lib/systemd/system-generators/systemd-getty-generator
/usr/lib/systemd/system-generators/systemd-rc-local-generator
/usr/lib/systemd/system-generators/systemd-system-update-generator
/usr/lib/systemd/system-generators/systemd-sysv-generator
/usr/lib/systemd/system-generators/systemd-veritysetup-generator
/usr/lib/systemd/system-preset
/usr/lib/systemd/system-preset/90-systemd.preset
/usr/lib/systemd/system-shutdown
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/basic.target
/usr/lib/systemd/system/basic.target.wants
/usr/lib/systemd/system/bluetooth.target
/usr/lib/systemd/system/boot-complete.target
/usr/lib/systemd/system/console-getty.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/ctrl-alt-del.target
/usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
/usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
/usr/lib/systemd/system/dbus-org.freedesktop.login1.service
/usr/lib/systemd/system/dbus-org.freedesktop.portable1.service
/usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
/usr/lib/systemd/system/dbus.target.wants
/usr/lib/systemd/system/debug-shell.service
/usr/lib/systemd/system/default.target
/usr/lib/systemd/system/default.target.wants
/usr/lib/systemd/system/dev-hugepages.mount
/usr/lib/systemd/system/dev-mqueue.mount
/usr/lib/systemd/system/emergency.service
/usr/lib/systemd/system/emergency.target
/usr/lib/systemd/system/exit.target
/usr/lib/systemd/system/final.target
/usr/lib/systemd/system/getty-pre.target
/usr/lib/systemd/system/getty.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/graphical.target
/usr/lib/systemd/system/graphical.target.wants
/usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/halt-local.service
/usr/lib/systemd/system/halt.target
/usr/lib/systemd/system/initrd-cleanup.service
/usr/lib/systemd/system/initrd-fs.target
/usr/lib/systemd/system/initrd-parse-etc.service
/usr/lib/systemd/system/initrd-root-device.target
/usr/lib/systemd/system/initrd-root-fs.target
/usr/lib/systemd/system/initrd-switch-root.service
/usr/lib/systemd/system/initrd-switch-root.target
/usr/lib/systemd/system/initrd.target
/usr/lib/systemd/system/kexec.target
/usr/lib/systemd/system/ldconfig.service
/usr/lib/systemd/system/local-fs-pre.target
/usr/lib/systemd/system/local-fs.target
/usr/lib/systemd/system/local-fs.target.wants
/usr/lib/systemd/system/multi-user.target
/usr/lib/systemd/system/multi-user.target.wants
/usr/lib/systemd/system/multi-user.target.wants/getty.target
/usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
/usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
/usr/lib/systemd/system/network-online.target
/usr/lib/systemd/system/network-pre.target
/usr/lib/systemd/system/network.target
/usr/lib/systemd/system/nss-lookup.target
/usr/lib/systemd/system/nss-user-lookup.target
/usr/lib/systemd/system/paths.target
/usr/lib/systemd/system/poweroff.target
/usr/lib/systemd/system/printer.target
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
/usr/lib/systemd/system/rc-local.service
/usr/lib/systemd/system/reboot.target
/usr/lib/systemd/system/remote-fs-pre.target
/usr/lib/systemd/system/remote-fs.target
/usr/lib/systemd/system/remote-fs.target.wants
/usr/lib/systemd/system/rescue.service
/usr/lib/systemd/system/rescue.target
/usr/lib/systemd/system/rescue.target.wants
/usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/rpcbind.target
/usr/lib/systemd/system/runlevel0.target
/usr/lib/systemd/system/runlevel1.target
/usr/lib/systemd/system/runlevel1.target.wants
/usr/lib/systemd/system/runlevel2.target
/usr/lib/systemd/system/runlevel2.target.wants
/usr/lib/systemd/system/runlevel3.target
/usr/lib/systemd/system/runlevel3.target.wants
/usr/lib/systemd/system/runlevel4.target
/usr/lib/systemd/system/runlevel4.target.wants
/usr/lib/systemd/system/runlevel5.target
/usr/lib/systemd/system/runlevel5.target.wants
/usr/lib/systemd/system/runlevel6.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/shutdown.target
/usr/lib/systemd/system/sigpwr.target
/usr/lib/systemd/system/slices.target
/usr/lib/systemd/system/smartcard.target
/usr/lib/systemd/system/sockets.target
/usr/lib/systemd/system/sockets.target.wants
/usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
/usr/lib/systemd/system/sound.target
/usr/lib/systemd/system/swap.target
/usr/lib/systemd/system/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sys-kernel-config.mount
/usr/lib/systemd/system/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target
/usr/lib/systemd/system/sysinit.target.wants
/usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
/usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
/usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
/usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
/usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
/usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
/usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
/usr/lib/systemd/system/syslog.socket
/usr/lib/systemd/system/syslog.target.wants
/usr/lib/systemd/system/system-update-cleanup.service
/usr/lib/systemd/system/system-update-pre.target
/usr/lib/systemd/system/system-update.target
/usr/lib/systemd/system/systemd-ask-password-console.path
/usr/lib/systemd/system/systemd-ask-password-console.service
/usr/lib/systemd/system/systemd-ask-password-wall.path
/usr/lib/systemd/system/systemd-ask-password-wall.service
/usr/lib/systemd/system/systemd-binfmt.service
/usr/lib/systemd/system/systemd-coredump.socket
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-exit.service
/usr/lib/systemd/system/systemd-firstboot.service
/usr/lib/systemd/system/systemd-fsck-root.service
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/systemd-halt.service
/usr/lib/systemd/system/systemd-hostnamed.service
/usr/lib/systemd/system/systemd-initctl.service
/usr/lib/systemd/system/systemd-initctl.socket
/usr/lib/systemd/system/systemd-journal-catalog-update.service
/usr/lib/systemd/system/systemd-journal-flush.service
/usr/lib/systemd/system/systemd-journald-audit.socket
/usr/lib/systemd/system/systemd-journald-dev-log.socket
/usr/lib/systemd/system/systemd-journald.service
/usr/lib/systemd/system/systemd-journald.socket
/usr/lib/systemd/system/systemd-kexec.service
/usr/lib/systemd/system/systemd-localed.service
/usr/lib/systemd/system/systemd-logind.service
/usr/lib/systemd/system/systemd-machine-id-commit.service
/usr/lib/systemd/system/systemd-portabled.service
/usr/lib/systemd/system/systemd-poweroff.service
/usr/lib/systemd/system/systemd-reboot.service
/usr/lib/systemd/system/systemd-resolved.service
/usr/lib/systemd/system/systemd-sysctl.service
/usr/lib/systemd/system/systemd-sysusers.service
/usr/lib/systemd/system/systemd-timedated.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.service
/usr/lib/systemd/system/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/systemd-tmpfiles-setup.service
/usr/lib/systemd/system/systemd-update-done.service
/usr/lib/systemd/system/systemd-update-utmp-runlevel.service
/usr/lib/systemd/system/systemd-update-utmp.service
/usr/lib/systemd/system/systemd-user-sessions.service
/usr/lib/systemd/system/systemd-volatile-root.service
/usr/lib/systemd/system/time-sync.target
/usr/lib/systemd/system/timers.target
/usr/lib/systemd/system/timers.target.wants
/usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
/usr/lib/systemd/system/tmp.mount
/usr/lib/systemd/system/umount.target
/usr/lib/systemd/system/user-.slice.d
/usr/lib/systemd/system/user-.slice.d/10-defaults.conf
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/user.slice
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/systemd
/usr/lib/systemd/systemd-ac-power
/usr/lib/systemd/systemd-binfmt
/usr/lib/systemd/systemd-cgroups-agent
/usr/lib/systemd/systemd-coredump
/usr/lib/systemd/systemd-dissect
/usr/lib/systemd/systemd-export
/usr/lib/systemd/systemd-fsck
/usr/lib/systemd/systemd-hostnamed
/usr/lib/systemd/systemd-initctl
/usr/lib/systemd/systemd-journald
/usr/lib/systemd/systemd-localed
/usr/lib/systemd/systemd-logind
/usr/lib/systemd/systemd-portabled
/usr/lib/systemd/systemd-reply-password
/usr/lib/systemd/systemd-resolved
/usr/lib/systemd/systemd-shutdown
/usr/lib/systemd/systemd-socket-proxyd
/usr/lib/systemd/systemd-sulogin-shell
/usr/lib/systemd/systemd-sysctl
/usr/lib/systemd/systemd-timedated
/usr/lib/systemd/systemd-update-done
/usr/lib/systemd/systemd-update-utmp
/usr/lib/systemd/systemd-user-runtime-dir
/usr/lib/systemd/systemd-user-sessions
/usr/lib/systemd/systemd-veritysetup
/usr/lib/systemd/systemd-volatile-root
/usr/lib/systemd/user
/usr/lib/systemd/user-environment-generators
/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
/usr/lib/systemd/user-generators
/usr/lib/systemd/user-preset
/usr/lib/systemd/user-preset/90-systemd.preset
/usr/lib/systemd/user/basic.target
/usr/lib/systemd/user/bluetooth.target
/usr/lib/systemd/user/default.target
/usr/lib/systemd/user/exit.target
/usr/lib/systemd/user/graphical-session-pre.target
/usr/lib/systemd/user/graphical-session.target
/usr/lib/systemd/user/paths.target
/usr/lib/systemd/user/printer.target
/usr/lib/systemd/user/shutdown.target
/usr/lib/systemd/user/smartcard.target
/usr/lib/systemd/user/sockets.target
/usr/lib/systemd/user/sound.target
/usr/lib/systemd/user/systemd-exit.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.service
/usr/lib/systemd/user/systemd-tmpfiles-clean.timer
/usr/lib/systemd/user/systemd-tmpfiles-setup.service
/usr/lib/systemd/user/timers.target
/usr/lib/sysusers.d
/usr/lib/sysusers.d/basic.conf
/usr/lib/sysusers.d/systemd.conf
/usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/etc.conf
/usr/lib/tmpfiles.d/home.conf
/usr/lib/tmpfiles.d/journal-nocow.conf
/usr/lib/tmpfiles.d/legacy.conf
/usr/lib/tmpfiles.d/portables.conf
/usr/lib/tmpfiles.d/systemd-nologin.conf
/usr/lib/tmpfiles.d/systemd.conf
/usr/lib/tmpfiles.d/tmp.conf
/usr/lib/tmpfiles.d/var.conf
/usr/lib/tmpfiles.d/x11.conf
/usr/sbin/halt
/usr/sbin/init
/usr/sbin/poweroff
/usr/sbin/reboot
/usr/sbin/resolvconf
/usr/sbin/runlevel
/usr/sbin/shutdown
/usr/sbin/telinit
/usr/share/bash-completion/completions/busctl
/usr/share/bash-completion/completions/coredumpctl
/usr/share/bash-completion/completions/hostnamectl
/usr/share/bash-completion/completions/journalctl
/usr/share/bash-completion/completions/localectl
/usr/share/bash-completion/completions/loginctl
/usr/share/bash-completion/completions/portablectl
/usr/share/bash-completion/completions/resolvectl
/usr/share/bash-completion/completions/systemctl
/usr/share/bash-completion/completions/systemd-analyze
/usr/share/bash-completion/completions/systemd-cat
/usr/share/bash-completion/completions/systemd-cgls
/usr/share/bash-completion/completions/systemd-cgtop
/usr/share/bash-completion/completions/systemd-delta
/usr/share/bash-completion/completions/systemd-detect-virt
/usr/share/bash-completion/completions/systemd-path
/usr/share/bash-completion/completions/systemd-resolve
/usr/share/bash-completion/completions/systemd-run
/usr/share/bash-completion/completions/timedatectl
/usr/share/dbus-1/services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
/usr/share/dbus-1/system-services/org.freedesktop.locale1.service
/usr/share/dbus-1/system-services/org.freedesktop.login1.service
/usr/share/dbus-1/system-services/org.freedesktop.portable1.service
/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service
/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
/usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
/usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
/usr/share/dbus-1/system.d/org.freedesktop.login1.conf
/usr/share/dbus-1/system.d/org.freedesktop.portable1.conf
/usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf
/usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
/usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
/usr/share/doc/systemd
/usr/share/doc/systemd/20-yama-ptrace.conf
/usr/share/doc/systemd/CODING_STYLE
/usr/share/doc/systemd/DISTRO_PORTING
/usr/share/doc/systemd/ENVIRONMENT.md
/usr/share/doc/systemd/GVARIANT-SERIALIZATION
/usr/share/doc/systemd/HACKING
/usr/share/doc/systemd/NEWS
/usr/share/doc/systemd/README
/usr/share/doc/systemd/TRANSIENT-SETTINGS.md
/usr/share/doc/systemd/TRANSLATORS
/usr/share/doc/systemd/UIDS-GIDS.md
/usr/share/factory
/usr/share/factory/etc
/usr/share/factory/etc/nsswitch.conf
/usr/share/factory/etc/pam.d
/usr/share/factory/etc/pam.d/other
/usr/share/factory/etc/pam.d/system-auth
/usr/share/licenses/systemd
/usr/share/licenses/systemd/LICENSE.GPL2
/usr/share/licenses/systemd/LICENSE.LGPL2.1
/usr/share/locale/be/LC_MESSAGES/systemd.mo
/usr/share/locale/be@latin/LC_MESSAGES/systemd.mo
/usr/share/locale/bg/LC_MESSAGES/systemd.mo
/usr/share/locale/ca/LC_MESSAGES/systemd.mo
/usr/share/locale/cs/LC_MESSAGES/systemd.mo
/usr/share/locale/da/LC_MESSAGES/systemd.mo
/usr/share/locale/de/LC_MESSAGES/systemd.mo
/usr/share/locale/el/LC_MESSAGES/systemd.mo
/usr/share/locale/es/LC_MESSAGES/systemd.mo
/usr/share/locale/fr/LC_MESSAGES/systemd.mo
/usr/share/locale/gl/LC_MESSAGES/systemd.mo
/usr/share/locale/hr/LC_MESSAGES/systemd.mo
/usr/share/locale/hu/LC_MESSAGES/systemd.mo
/usr/share/locale/id/LC_MESSAGES/systemd.mo
/usr/share/locale/it/LC_MESSAGES/systemd.mo
/usr/share/locale/ja/LC_MESSAGES/systemd.mo
/usr/share/locale/ko/LC_MESSAGES/systemd.mo
/usr/share/locale/pl/LC_MESSAGES/systemd.mo
/usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo
/usr/share/locale/ro/LC_MESSAGES/systemd.mo
/usr/share/locale/ru/LC_MESSAGES/systemd.mo
/usr/share/locale/sk/LC_MESSAGES/systemd.mo
/usr/share/locale/sr/LC_MESSAGES/systemd.mo
/usr/share/locale/sv/LC_MESSAGES/systemd.mo
/usr/share/locale/tr/LC_MESSAGES/systemd.mo
/usr/share/locale/uk/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo
/usr/share/man/man1/busctl.1.gz
/usr/share/man/man1/coredumpctl.1.gz
/usr/share/man/man1/hostnamectl.1.gz
/usr/share/man/man1/init.1.gz
/usr/share/man/man1/journalctl.1.gz
/usr/share/man/man1/localectl.1.gz
/usr/share/man/man1/loginctl.1.gz
/usr/share/man/man1/portablectl.1.gz
/usr/share/man/man1/resolvconf.1.gz
/usr/share/man/man1/resolvectl.1.gz
/usr/share/man/man1/systemctl.1.gz
/usr/share/man/man1/systemd-analyze.1.gz
/usr/share/man/man1/systemd-ask-password.1.gz
/usr/share/man/man1/systemd-cat.1.gz
/usr/share/man/man1/systemd-cgls.1.gz
/usr/share/man/man1/systemd-cgtop.1.gz
/usr/share/man/man1/systemd-delta.1.gz
/usr/share/man/man1/systemd-detect-virt.1.gz
/usr/share/man/man1/systemd-escape.1.gz
/usr/share/man/man1/systemd-firstboot.1.gz
/usr/share/man/man1/systemd-firstboot.service.1.gz
/usr/share/man/man1/systemd-inhibit.1.gz
/usr/share/man/man1/systemd-machine-id-setup.1.gz
/usr/share/man/man1/systemd-mount.1.gz
/usr/share/man/man1/systemd-notify.1.gz
/usr/share/man/man1/systemd-path.1.gz
/usr/share/man/man1/systemd-run.1.gz
/usr/share/man/man1/systemd-socket-activate.1.gz
/usr/share/man/man1/systemd-tty-ask-password-agent.1.gz
/usr/share/man/man1/systemd-umount.1.gz
/usr/share/man/man1/systemd.1.gz
/usr/share/man/man1/timedatectl.1.gz
/usr/share/man/man5/binfmt.d.5.gz
/usr/share/man/man5/coredump.conf.5.gz
/usr/share/man/man5/coredump.conf.d.5.gz
/usr/share/man/man5/crypttab.5.gz
/usr/share/man/man5/dnssec-trust-anchors.d.5.gz
/usr/share/man/man5/environment.d.5.gz
/usr/share/man/man5/hostname.5.gz
/usr/share/man/man5/journald.conf.5.gz
/usr/share/man/man5/journald.conf.d.5.gz
/usr/share/man/man5/loader.conf.5.gz
/usr/share/man/man5/locale.conf.5.gz
/usr/share/man/man5/localtime.5.gz
/usr/share/man/man5/logind.conf.5.gz
/usr/share/man/man5/logind.conf.d.5.gz
/usr/share/man/man5/machine-id.5.gz
/usr/share/man/man5/machine-info.5.gz
/usr/share/man/man5/os-release.5.gz
/usr/share/man/man5/resolved.conf.5.gz
/usr/share/man/man5/resolved.conf.d.5.gz
/usr/share/man/man5/sysctl.d.5.gz
/usr/share/man/man5/system.conf.d.5.gz
/usr/share/man/man5/systemd-system.conf.5.gz
/usr/share/man/man5/systemd-user.conf.5.gz
/usr/share/man/man5/systemd.automount.5.gz
/usr/share/man/man5/systemd.device.5.gz
/usr/share/man/man5/systemd.dnssd.5.gz
/usr/share/man/man5/systemd.exec.5.gz
/usr/share/man/man5/systemd.kill.5.gz
/usr/share/man/man5/systemd.link.5.gz
/usr/share/man/man5/systemd.mount.5.gz
/usr/share/man/man5/systemd.negative.5.gz
/usr/share/man/man5/systemd.nspawn.5.gz
/usr/share/man/man5/systemd.path.5.gz
/usr/share/man/man5/systemd.positive.5.gz
/usr/share/man/man5/systemd.preset.5.gz
/usr/share/man/man5/systemd.resource-control.5.gz
/usr/share/man/man5/systemd.scope.5.gz
/usr/share/man/man5/systemd.service.5.gz
/usr/share/man/man5/systemd.slice.5.gz
/usr/share/man/man5/systemd.socket.5.gz
/usr/share/man/man5/systemd.swap.5.gz
/usr/share/man/man5/systemd.target.5.gz
/usr/share/man/man5/systemd.timer.5.gz
/usr/share/man/man5/systemd.unit.5.gz
/usr/share/man/man5/sysusers.d.5.gz
/usr/share/man/man5/tmpfiles.d.5.gz
/usr/share/man/man5/user.conf.d.5.gz
/usr/share/man/man7/bootup.7.gz
/usr/share/man/man7/daemon.7.gz
/usr/share/man/man7/file-hierarchy.7.gz
/usr/share/man/man7/kernel-command-line.7.gz
/usr/share/man/man7/sd-boot.7.gz
/usr/share/man/man7/systemd-boot.7.gz
/usr/share/man/man7/systemd.directives.7.gz
/usr/share/man/man7/systemd.environment-generator.7.gz
/usr/share/man/man7/systemd.generator.7.gz
/usr/share/man/man7/systemd.index.7.gz
/usr/share/man/man7/systemd.journal-fields.7.gz
/usr/share/man/man7/systemd.net-naming-scheme.7.gz
/usr/share/man/man7/systemd.offline-updates.7.gz
/usr/share/man/man7/systemd.special.7.gz
/usr/share/man/man7/systemd.syntax.7.gz
/usr/share/man/man7/systemd.time.7.gz
/usr/share/man/man8/30-systemd-environment-d-generator.8.gz
/usr/share/man/man8/halt.8.gz
/usr/share/man/man8/nss-myhostname.8.gz
/usr/share/man/man8/nss-resolve.8.gz
/usr/share/man/man8/nss-systemd.8.gz
/usr/share/man/man8/pam_systemd.8.gz
/usr/share/man/man8/poweroff.8.gz
/usr/share/man/man8/reboot.8.gz
/usr/share/man/man8/runlevel.8.gz
/usr/share/man/man8/shutdown.8.gz
/usr/share/man/man8/systemd-ask-password-console.path.8.gz
/usr/share/man/man8/systemd-ask-password-console.service.8.gz
/usr/share/man/man8/systemd-ask-password-wall.path.8.gz
/usr/share/man/man8/systemd-ask-password-wall.service.8.gz
/usr/share/man/man8/systemd-binfmt.8.gz
/usr/share/man/man8/systemd-binfmt.service.8.gz
/usr/share/man/man8/systemd-coredump.8.gz
/usr/share/man/man8/systemd-coredump.socket.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-debug-generator.8.gz
/usr/share/man/man8/systemd-environment-d-generator.8.gz
/usr/share/man/man8/systemd-fsck-root.service.8.gz
/usr/share/man/man8/systemd-fsck.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-fstab-generator.8.gz
/usr/share/man/man8/systemd-getty-generator.8.gz
/usr/share/man/man8/systemd-halt.service.8.gz
/usr/share/man/man8/systemd-hostnamed.8.gz
/usr/share/man/man8/systemd-hostnamed.service.8.gz
/usr/share/man/man8/systemd-initctl.8.gz
/usr/share/man/man8/systemd-initctl.service.8.gz
/usr/share/man/man8/systemd-initctl.socket.8.gz
/usr/share/man/man8/systemd-journald-audit.socket.8.gz
/usr/share/man/man8/systemd-journald-dev-log.socket.8.gz
/usr/share/man/man8/systemd-journald.8.gz
/usr/share/man/man8/systemd-journald.service.8.gz
/usr/share/man/man8/systemd-journald.socket.8.gz
/usr/share/man/man8/systemd-kexec.service.8.gz
/usr/share/man/man8/systemd-localed.8.gz
/usr/share/man/man8/systemd-localed.service.8.gz
/usr/share/man/man8/systemd-logind.8.gz
/usr/share/man/man8/systemd-logind.service.8.gz
/usr/share/man/man8/systemd-machine-id-commit.service.8.gz
/usr/share/man/man8/systemd-portabled.8.gz
/usr/share/man/man8/systemd-portabled.service.8.gz
/usr/share/man/man8/systemd-poweroff.service.8.gz
/usr/share/man/man8/systemd-rc-local-generator.8.gz
/usr/share/man/man8/systemd-reboot.service.8.gz
/usr/share/man/man8/systemd-resolved.8.gz
/usr/share/man/man8/systemd-resolved.service.8.gz
/usr/share/man/man8/systemd-shutdown.8.gz
/usr/share/man/man8/systemd-socket-proxyd.8.gz
/usr/share/man/man8/systemd-sysctl.8.gz
/usr/share/man/man8/systemd-sysctl.service.8.gz
/usr/share/man/man8/systemd-system-update-generator.8.gz
/usr/share/man/man8/systemd-sysusers.8.gz
/usr/share/man/man8/systemd-sysusers.service.8.gz
/usr/share/man/man8/systemd-sysv-generator.8.gz
/usr/share/man/man8/systemd-timedated.8.gz
/usr/share/man/man8/systemd-timedated.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz
/usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz
/usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz
/usr/share/man/man8/systemd-tmpfiles.8.gz
/usr/share/man/man8/systemd-update-done.8.gz
/usr/share/man/man8/systemd-update-done.service.8.gz
/usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz
/usr/share/man/man8/systemd-update-utmp.8.gz
/usr/share/man/man8/systemd-update-utmp.service.8.gz
/usr/share/man/man8/systemd-user-sessions.8.gz
/usr/share/man/man8/systemd-user-sessions.service.8.gz
/usr/share/man/man8/systemd-veritysetup-generator.8.gz
/usr/share/man/man8/systemd-veritysetup.8.gz
/usr/share/man/man8/[email protected]
/usr/share/man/man8/systemd-volatile-root.8.gz
/usr/share/man/man8/systemd-volatile-root.service.8.gz
/usr/share/man/man8/telinit.8.gz
/usr/share/pkgconfig/systemd.pc
/usr/share/pkgconfig/udev.pc
/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
/usr/share/polkit-1/actions/org.freedesktop.locale1.policy
/usr/share/polkit-1/actions/org.freedesktop.login1.policy
/usr/share/polkit-1/actions/org.freedesktop.portable1.policy
/usr/share/polkit-1/actions/org.freedesktop.resolve1.policy
/usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
/usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
/usr/share/systemd
/usr/share/systemd/kbd-model-map
/usr/share/systemd/language-fallback-map
/usr/share/zsh/site-functions/_busctl
/usr/share/zsh/site-functions/_coredumpctl
/usr/share/zsh/site-functions/_hostnamectl
/usr/share/zsh/site-functions/_journalctl
/usr/share/zsh/site-functions/_localectl
/usr/share/zsh/site-functions/_loginctl
/usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
/usr/share/zsh/site-functions/_sd_machines
/usr/share/zsh/site-functions/_sd_outputmodes
/usr/share/zsh/site-functions/_sd_unit_files
/usr/share/zsh/site-functions/_systemctl
/usr/share/zsh/site-functions/_systemd
/usr/share/zsh/site-functions/_systemd-analyze
/usr/share/zsh/site-functions/_systemd-delta
/usr/share/zsh/site-functions/_systemd-inhibit
/usr/share/zsh/site-functions/_systemd-resolve
/usr/share/zsh/site-functions/_systemd-run
/usr/share/zsh/site-functions/_systemd-tmpfiles
/usr/share/zsh/site-functions/_timedatectl
/var/cache/private
/var/lib/private
/var/lib/private/systemd
/var/lib/rpm-state/systemd
/var/lib/systemd
/var/lib/systemd/catalog
/var/lib/systemd/catalog/database
/var/lib/systemd/coredump
/var/lib/systemd/linger
/var/log/btmp
/var/log/journal
/var/log/private
/var/log/wtmp
/var/run/utmp

References

Summary

In this tutorial we learn how to install systemd on CentOS 8 using yum and dnf.