lenovo_fix.service 339 B

12345678910111213
  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. StandardOutput=syslog
  9. StandardError=syslog
  10. [Install]
  11. WantedBy=multi-user.target