Initial commit with not yet working docker networking

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-11-30 23:49:07 +01:00
commit 0ab1c043d6
25 changed files with 499 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
quiet
/dev/sda {
apm = 128
spindown_time = 240
}
/dev/sdb {
apm = 128
spindown_time = 240
}
/dev/sdc {
apm = 128
spindown_time = 240
}
/dev/sdd {
apm = 128
spindown_time = 240
}

View File

@@ -0,0 +1,11 @@
[Unit]
Description=PowerTOP auto tune
[Service]
Type=oneshot
Environment="TERM=dumb"
RemainAfterExit=true
ExecStart=/usr/sbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target