summarylogtreecommitdiffstats
path: root/throttled.service
blob: 2b9adb1ef42523da4cfe1de4827423f80d0f4242 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Stop Intel throttling 

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

[Install]
WantedBy=multi-user.target