diff --git a/systemd/lenovo_fix.service b/systemd/lenovo_fix.service index 28b8a47..e39916b 100755 --- a/systemd/lenovo_fix.service +++ b/systemd/lenovo_fix.service @@ -3,7 +3,7 @@ Description=Stop Intel throttling [Service] Type=simple -ExecStart=/opt/lenovo_fix/venv/bin/python3 /opt/lenovo_fix/lenovo_fix.py +ExecStart=/usr/bin/throttled --conf /etc/throttled.conf # Setting PYTHONUNBUFFERED is necessary to see the output of this service in the journal Environment=PYTHONUNBUFFERED=1