答案1
传输层协议作为服务运行。它从终端启动,没有 GUI。
安装 TLP 后,首次运行它时请在终端中使用以下命令:
sudo tlp start
然后您不需要再次运行它。它会在每次重启时自动运行。
您可以通过在终端中运行以下命令来检查 TLP 服务的状态:
sudo systemctl status tlp.service
你将获得如下输出:
● tlp.service - TLP system startup/shutdown
Loaded: loaded (/lib/systemd/system/tlp.service; enabled; vendor preset: enabled)
Active: active (exited) since Tue 2019-08-27 23:06:37 +03; 3 days ago
Docs: https://linrunner.de/tlp
Main PID: 2374 (code=exited, status=0)
Tasks: 0
Memory: 0B
CGroup: /system.slice/tlp.service
enabled
意味着它会在每次系统启动时自动运行。
要查看TLP的扩展状态信息,请在终端中运行以下命令:
sudo tlp-stat