diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-04-22 04:26:17 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-04-22 04:26:17 +0200 |
commit | c88d48d58da040bfab255eb34e60b795f9cd2bec (patch) | |
tree | 5b5326eda6b8f6103a59cd58720218367082fe51 /rc/bin/cpurc | |
parent | 99c0abc76db4e534a6e2dd76ef57c37f297bf735 (diff) | |
download | plan9front-c88d48d58da040bfab255eb34e60b795f9cd2bec.tar.xz |
termrc, cpurc: exclude wpa from oom kill and swap
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-x | rc/bin/cpurc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc index 55bb6a1a0..09bbd405c 100755 --- a/rc/bin/cpurc +++ b/rc/bin/cpurc @@ -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)$' |