Files
throttled/systemd/lenovo_fix.service
2020-11-09 10:48:40 -05:00

12 lines
296 B
Desktop File
Executable File

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