9 lines
343 B
Plaintext
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"; };
|