throttled/systemd/throttled.service
erpalma 392f3f8ab9 add experimental code to test rw msr capabilities
move every instance of lenovo_fix to throttled
2021-10-30 12:05:48 +02:00

12 lines
293 B
Desktop File

[Unit]
Description=Stop Intel throttling
[Service]
Type=simple
ExecStart=/opt/throttled/venv/bin/python3 /opt/throttled/throttled.py
# Setting PYTHONUNBUFFERED is necessary to see the output of this service in the journal
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target