Added tlp

This commit is contained in:
AwesomeAdam54321 2021-06-22 11:37:21 +02:00
parent 4f6b4f4d31
commit bfcc459c1b
2 changed files with 6 additions and 0 deletions

2
sv/tlp/finish Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh -e
exec /usr/sbin/tlp init stop

4
sv/tlp/run Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
sv start NetworkManager
/usr/sbin/tlp init start
exec pause