termrc, cpurc: exclude wpa from oom kill and swap
This commit is contained in:
parent
99c0abc76d
commit
c88d48d58d
2 changed files with 2 additions and 2 deletions
|
@ -94,4 +94,4 @@ if(test -e /cfg/$sysname/cpustart)
|
|||
|
||||
# mode of /proc/*/ctl is inherited across rfork, and sets modes on
|
||||
# other /proc files, such as note, so let listen be killed.
|
||||
dontkill '^(ipconfig|factotum|mntgen|venti|hjfs|kfs|cfs|cwfs.*|9660srv|dossrv|paqfs|cs|dns|reboot|usbd|kb|disk|ether)$'
|
||||
dontkill '^(ipconfig|factotum|mntgen|venti|hjfs|kfs|cfs|cwfs.*|9660srv|dossrv|paqfs|cs|dns|reboot|usbd|kb|disk|ether|wpa)$'
|
||||
|
|
|
@ -120,4 +120,4 @@ rm -f '/env/fn#ask'
|
|||
if(test -f /dev/apm)
|
||||
aux/apm
|
||||
|
||||
dontkill '^(ipconfig|factotum|mntgen|venti|hjfs|kfs|cfs|cwfs.*|9660srv|dossrv|paqfs|cs|dns|listen|reboot|usbd|kb|disk|ether)$'
|
||||
dontkill '^(ipconfig|factotum|mntgen|venti|hjfs|kfs|cfs|cwfs.*|9660srv|dossrv|paqfs|cs|dns|listen|reboot|usbd|kb|disk|ether|wpa)$'
|
||||
|
|
Loading…
Reference in a new issue