mirror of
https://github.com/erpalma/throttled.git
synced 2026-01-19 23:20:19 +01:00
12 lines
293 B
Desktop File
12 lines
293 B
Desktop File
[Unit]
|
|
Description=Stop Intel throttling
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/throttled/venv/bin/python3 /opt/throttled/throttled.py
|
|
# Setting PYTHONUNBUFFERED is necessary to see the output of this service in the journal
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|