From 47f2f135ff362e5f79f4563353b189984615968d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 28 Dec 2018 15:31:11 +0100 Subject: [PATCH] add powertop service --- fedora/up.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora/up.sh b/fedora/up.sh index a54a2de3..fb9d71a8 100755 --- a/fedora/up.sh +++ b/fedora/up.sh @@ -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