Files
server/etc/apt/apt.conf.d/99needrestart
2026-01-07 20:52:11 +01:00

9 lines
343 B
Plaintext

# needrestart - Restart daemons after library updates.
#
# Call needrestart after package upgrades/installations and check
# for pending service restarts. Should only be triggered if there
# was no error during installation.
#
DPkg::Post-Invoke {"test -x /usr/lib/needrestart/apt-pinvoke && /usr/lib/needrestart/apt-pinvoke -m u || true"; };