Have you ever missed a call on your PinePhone because it didn't wake up quick enough from deep sleep?
This little hack aims to resolve that by prioritising calls, NetworkManager, phoc, phosh and squeekboard on startup.
ssh into your PinePhone:
ssh mobian@ipaddr
Run the following:
$ git clone https://github.com/KeironO/phosh-renice
$ cd phosh-renice
$ sudo ./install.sh
And you should be good to go :)
To uninstall, simply run:
$ sudo ./uninstall.sh
Code released under the MIT license.