Open the init.d script 991swap, and on line 31 it says@hinxnz
I'm installing this alongside with hardswap. How can I change the priority of hardswap to 0?
Sent from my HTC Sensation XE with Beats Audio Z715e
Code:
swapon $swap_partition >>$logfile_location/swap.0.log;
Code:
swapon -p 0 $swap_partition >>$logfile_location/swap.0.log;