configure policy-rc.d and needrestart to automatically start/restart/stop after install/upgrade/uninstall
This commit is contained in:
parent
84a85274cc
commit
bc72c58c11
|
@ -24,7 +24,12 @@ fi
|
|||
# set webmaster email address, used below
|
||||
WEBMASTER=webmaster@`hostname -d`
|
||||
|
||||
# have packages automatically start/restart/stop after install/upgrade/uninstall
|
||||
if [[ -f /usr/sbin/policy-rc.d ]]; then
|
||||
sed -i "s|exit 101|exit 0|g" /usr/sbin/policy-rc.d
|
||||
fi
|
||||
if [[ -f /etc/needrestart/needrestart.conf ]]; then
|
||||
sed -i "s|^#\$nrconf{restart} = 'i';|\$nrconf{restart} = 'a';|g" /etc/needrestart/needrestart.conf
|
||||
# disable kernelhints (no warnings about currently running kernel version)
|
||||
echo '$nrconf{kernelhints} = 0;' > /etc/needrestart/conf.d/kernelhints.conf
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user