10 lines
176 B
SYSTEMD
10 lines
176 B
SYSTEMD
|
[Unit]
|
||
|
Description=enable various powersaving modes
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/home/velvettear/.dots/scripts/powertop/powertop.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|