Point systemd service at correct script location

This commit is contained in:
cryobry
2020-11-09 12:15:19 -05:00
parent 804820f273
commit d214954a98

View File

@@ -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