Files
throttled/systemd/lenovo_fix.service
Francesco Palmarini 3e5c1d63fb add logging to systemd
2018-08-18 18:11:22 +02:00

12 lines
219 B
Desktop File

[Unit]
Description=Stop Intel throttling
[Service]
Type=simple
ExecStart=/opt/lenovo_fix/venv/bin/python3 /opt/lenovo_fix/lenovo_fix.py
StandardOutput=syslog
StandardError=syslog
[Install]
WantedBy=multi-user.target