47-tweak_laptop-mode-tools 174 B

123456789
  1. #!/bin/sh
  2. set -e
  3. echo "Tweaking laptop-mode-tools"
  4. sed -i 's,^CONTROL_RUNTIME_AUTOSUSPEND=1$,CONTROL_RUNTIME_AUTOSUSPEND=0,' \
  5. /etc/laptop-mode/conf.d/runtime-pm.conf