NEEDS-RESTARTING(1) | dnf-plugins-core | NEEDS-RESTARTING(1) |
needs-restarting - redirecting to DNF needs-restarting Plugin
Check for running processes that should be restarted.
dnf needs-restarting [-u] [-r]
needs-restarting looks through running processes and tries to detect those that use files from packages that have been updated after the given process started. Such processes are reported by this tool.
Note that in most cases a process should survive update of its binary and libraries it is using without requiring to be restarted for proper operation. There are however specific cases when this does not apply. Separately, processes often need to be restarted to reflect security updates.
All general DNF options are accepted, see Options in dnf(8) for details.
-u, --useronly
-r, --reboothint
/etc/dnf/plugins/needs-restarting.d/
/etc/dnf/plugins/needs-restarting.d/pkgname.conf
Packages can be added to needs-restarting via conf files in config directory. Config files need to have .conf extension or will be ignored.
More than one package is allowed in each file (one package per line) although it is advised to use one file for each package.
Example:
echo "dwm" > /etc/dnf/plugins/needs-restarting.d/dwm.conf
See AUTHORS in your Core DNF Plugins distribution
2023, Red Hat, Licensed under GPLv2+
January 22, 2023 | 4.3.1 |