needrestart
needrestart copied to clipboard
Restart daemons after library updates.
[Currently](https://github.com/liske/needrestart/blob/1c8f3ac10e3159acfd4f857d351617e9951b8fec/needrestart#L1071), the `systemctl restart` is invoked for all services that are being restarted. Sometimes, restarting all services in parallel is undesirable (for example to prevent overloading server). I think that...
``` # needrestart -rl -p Can't opendir(/dev/.lxd-mounts): Permission denied at /usr/lib/x86_64-linux-gnu/perl5/5.22/Proc/ProcessTable.pm line 153. UNKN - Kernel: 4.15.0-54-generic, Services: 1 (!), Containers: none, Sessions: none|Kernel=U;0;;0;2 Services=1;;0;0 Containers=0;;0;0 Sessions=0;0;;0 ``` here it...
Often, needrestart shows a list of daemons that are not checked to be restarted, e.g. "dbus.service". As I don't manually check those items and just hit ok to close the...
Thanks for writing this fantastic utility! One thing that I would find really helpful is to be able to see which libraries are outdated for each of the running processes...
Same way as with obsolete processes, send notification via libnotify about required reboot to active session.
if needrestart restarts a service it should be send optional a message to syslog. I think we need: a new configuration option to enable or disable logging to syslog. if...
I'm using duply for backups, inside LXC containers. I run Debian stable. When I run needrestart inside the LXC container, I get no false positive. But when I run it...
When using the list-only mode (`-r l`), services requiring a restart are just listed and no interaction with needrestart is required. However, when there is a pending kernel update, a...
`command -v` is the standardized replacement for `which`
Hi @duck-rh It's me again ;-) do you plan to release needrestart rpm in EPEL9 repository as well? Thanks a lot! Dennis