Point systemd service at correct script location
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user