summarylogtreecommitdiffstats
path: root/pmconfig.install
blob: e69f658a12c371d45df9526587012a4f614296a0 (plain)
1
2
3
4
5
post_install () {
  echo "Don't forget to enable tuned and tuned-ppd services"
  echo "If you're confused, run the following command:"
  echo "sudo systemctl enable --now tuned tuned-ppd"
}