summaryrefslogtreecommitdiff
path: root/sys-power/throttled/files/throttled.service
blob: 5b7decc435b0e7f58a9c9ed47cad3eb79c3c00d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Stop Intel throttling

[Service]
Type=simple
ExecStart=/usr/bin/throttled
# Setting PYTHONUNBUFFERED is necessary to see the output of this service in the journal
Environment=PYTHONUNBUFFERED=1

[Install]
WantedBy=multi-user.target