1DNF.PLUGIN.NEEDS_RESTARTING(8) dnf-plugins-core DNF.PLUGIN.NEEDS_RESTARTING(8)
2
3
4
6 dnf.plugin.needs_restarting - DNF needs_restarting Plugin
7
8 Check for running processes that should be restarted.
9
11 dnf needs-restarting [-u]
12
14 needs-restarting looks through running processes and tries to detect
15 those that use files from packages that have been updated after the
16 given process started. Such processes are reported by this tool.
17
18 Note that in most cases a process should survive update of its binary
19 and libraries it is using without requiring to be restarted for proper
20 operation. There are however specific cases when this does not apply.
21 Separately, processes often need to be restarted to reflect security
22 updates.
23
25 -u, --useronly
26 Only consider processes belonging to the running user.
27
29 See AUTHORS in your Core DNF Plugins distribution
30
32 2014, Red Hat, Licensed under GPLv2+
33
34
35
36
374.0.2.2 May 14, 2019 DNF.PLUGIN.NEEDS_RESTARTING(8)