add powertop service

This commit is contained in:
Cyryl Płotnicki 2018-12-28 15:31:11 +01:00
parent 43f6747d1f
commit 47f2f135ff

View file

@ -62,6 +62,8 @@ if [[ -z $NO_SYSTEMCTL ]]; then
sudo systemctl restart dnf-automatic-install.timer
sudo systemctl enable fstrim.timer
sudo systemctl restart fstrim.timer
sudo systemctl enable powertop
sudo systemctl restart powertop
sudo systemctl enable --now syncthing@cyryl.service
sudo systemctl list-timers
fi