From d214954a98526a0b26ee6730e29257a99069b3c2 Mon Sep 17 00:00:00 2001 From: cryobry <38270216+cryobry@users.noreply.github.com> Date: Mon, 9 Nov 2020 12:15:19 -0500 Subject: [PATCH] Point systemd service at correct script location --- systemd/lenovo_fix.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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