various fixes
[distro-setup] / filesystem / etc / needrestart / conf.d / iank.conf
1 # Restart mode: (l)ist only, (i)nteractive or (a)utomatically.
2 $nrconf{restart} = 'a';
3 # 0: disable microcode checks completely
4 # On my systems, the default makes the nagios check return 3, unknown.
5 # I don't have any systems which need microcode update detection.
6 $nrconf{ucodehints} = 0;