lenovo_fix.service 296 B

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