This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/needrestart/notify.conf
T
Gitea 90ad089056 committing changes in /etc after apt run
Package changes:
+cgroupfs-mount 1.4 all
+containerd 1.6.20~ds1-1+b1 amd64
+criu 3.17.1-2 amd64
+docker.io 20.10.24+dfsg1-1+b3 amd64
+libintl-perl 1.33-1 all
+libintl-xs-perl 1.33-1 amd64
+libmodule-find-perl 0.16-2 all
+libmodule-scandeps-perl 1.31-2 all
+libnet1 1.1.6+dfsg-3.2 amd64
+libnftables1 1.0.6-2+deb12u2 amd64
+libproc-processtable-perl 0.634-1+b2 amd64
+libprotobuf32 3.21.12-3 amd64
+libsort-naturally-perl 1.03-4 all
+needrestart 3.6-4+deb12u1 all
+python3-protobuf 3.21.12-3 amd64
+runc 1.1.5+ds1-1+deb12u1 amd64
+tini 0.19.0-1 amd64
2024-02-16 15:38:16 +01:00

21 lines
545 B
Plaintext

# needrestart - Restart daemons after library updates.
#
# Configure notification globals (shell syntax)
#
# Disable write to tty (notify.d/200-write)
#NR_NOTIFYD_DISABLE_WRITE='1'
# Disable needrestart-session (notify.d/300-needrestart-session)
#NR_NOTIFYD_DISABLE_NEEDRESTART_SESSION='1'
# Disable libnotify (notify.d/400-notify-send)
#NR_NOTIFYD_DISABLE_NOTIFY_SEND='1'
# Disable mail to user (notify.d/600-mail)
NR_NOTIFYD_DISABLE_MAIL='1'
# Where to find the shell function library from gettext-base
#GETTEXTLIB='/usr/bin/gettext.sh'