]> code.delx.au - monosys/blob - etc/systemd/system/nouveau-pstate.service
nouveau-pstate.service
[monosys] / etc / systemd / system / nouveau-pstate.service
1 [Unit]
2 Description=Set nouveau pstate
3 After=basic.target
4
5 [Service]
6 Type=oneshot
7 ExecStart=/bin/bash -c 'echo AUTO > /sys/kernel/debug/dri/0/pstate'
8
9 [Install]
10 WantedBy=basic.target