mirror of
https://github.com/erpalma/throttled.git
synced 2025-12-06 07:01:59 +01:00
add logging to systemd
This commit is contained in:
parent
456579a969
commit
3e5c1d63fb
|
|
@ -4,6 +4,8 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue