lenovo_fix.service 219 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. StandardOutput=syslog
  7. StandardError=syslog
  8. [Install]
  9. WantedBy=multi-user.target