add powertop service
This commit is contained in:
parent
43f6747d1f
commit
47f2f135ff
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ if [[ -z $NO_SYSTEMCTL ]]; then
|
||||||
sudo systemctl restart dnf-automatic-install.timer
|
sudo systemctl restart dnf-automatic-install.timer
|
||||||
sudo systemctl enable fstrim.timer
|
sudo systemctl enable fstrim.timer
|
||||||
sudo systemctl restart fstrim.timer
|
sudo systemctl restart fstrim.timer
|
||||||
|
sudo systemctl enable powertop
|
||||||
|
sudo systemctl restart powertop
|
||||||
sudo systemctl enable --now syncthing@cyryl.service
|
sudo systemctl enable --now syncthing@cyryl.service
|
||||||
sudo systemctl list-timers
|
sudo systemctl list-timers
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue