needrestart

库更新后重启守护进程。「Restart daemons after library updates.」

Github星跟踪图

needrestart

About

needrestart checks which daemons need to be restarted after library
upgrades. It is inspired by checkrestart from the debian-goodies
package.

There are some hook scripts in the ex/ directory (to be used with
apt and dpkg. The scripts will call needrestart
after any package installation/upgrades.

needrestart should work on GNU/Linux. It has limited functionality on
GNU/kFreeBSD since /proc/<pid>/maps does not show removed file links.

Restarting Services

needrestart supports but does not require systemd (available since v0.6).
If systemd is used you should use libpam-systemd, too. If needrestart detects
systemd it will assume that libpam-systemd is used and relies on cgroup names
to detect if a process belongs to a user session or a daemon. If you do not
use libpam-systemd you should set $nrconf{has_pam_systemd} to 0 within
needrestart.conf.

If systemd is not available or does not return a service name needrestart
uses hooks to identify the corresponding System V init script. The shipped
hooks support the following package managers:

  • dpkg
  • rpm
  • pacman

The service command is used to run the tradiditional System V init script.

Frontends

needrestart uses a modular aproach based on perl packages providing
the user interface. The following frontends are shipped:

  • NeedRestart::UI::Debconf using debconf
  • NeedRestart::UI::stdio fallback using stdio interaction

Kernel & Microcode

needrestart 0.8 brings a obsolete kernel detection feature. In needrestart
3.0 a processor microcode update detection feature for Intel
CPUs has been added.

Interpreters

needrestart 0.8 brings an interpreter scanning feature.
Interpreters not only map binary (shared) objects but also use plaintext
source files. The interpreter detection tries to check for outdated source
files since they may contain security issues, too. This is only a heuristic
and might fail to detect all relevant source files. The following interpreter
scanners are shipped:

  • NeedRestart::Interp::Java
  • NeedRestart::Interp::Perl
  • NeedRestart::Interp::Python
  • NeedRestart::Interp::Ruby

Containers

needrestart 2.1 detects some container technologies. If a
process is part of a container it might not be possible to restart it using
Sys-V/systemd.

There are special perl packages (NeedRestart::CONT::*) implementing the
container detection and restarting. The following container detectors
are shipped:

  • NeedRestart::CONT::docker
  • NeedRestart::CONT::LXC
  • NeedRestart::CONT::machined

Batch Mode

needrestart can be run in batch mode to use the results
within other programs or scripts.

There is also a nagios plugin mode available.

主要指标

概览
名称与所有者liske/needrestart
主编程语言Perl
编程语言Makefile (语言数: 3)
平台
许可证GNU General Public License v2.0
所有者活动
创建于2013-03-28 23:35:20
推送于2025-04-13 19:13:09
最后一次提交2025-04-13 21:12:44
发布数45
最新版本名称v3.11 (发布于 2025-04-13 21:13:03)
第一版名称v0.1 (发布于 2013-03-29 19:43:36)
用户参与
星数471
关注者数17
派生数78
提交数1.1k
已启用问题?
问题数241
打开的问题数34
拉请求数96
打开的拉请求数2
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?