Add tlp configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
b4361d455e
commit
3215201aa8
2 changed files with 401 additions and 0 deletions
3
install
3
install
|
@ -120,6 +120,8 @@ SYSTEMD_SERVICES=(
|
|||
"org.cups.cupsd"
|
||||
"suspend"
|
||||
"systemd-timesyncd"
|
||||
"tlp"
|
||||
"tlp-sleep"
|
||||
"xboxdrv"
|
||||
)
|
||||
|
||||
|
@ -155,6 +157,7 @@ COMPOSER_PACKAGES=(
|
|||
declare -A COPY_ROOT_FILES
|
||||
COPY_ROOT_FILES=(
|
||||
["/etc/cron.daily/update-mirror"]="755"
|
||||
["/etc/default/tlp"]="644"
|
||||
["/etc/docker/daemon.json"]="644"
|
||||
["/etc/gemrc"]="644"
|
||||
["/etc/logrotate.d/custom.conf"]="644"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue