summarylogtreecommitdiffstats
path: root/throttle-cut.service
blob: 7d97c7388a999332f14b85852fb466e1afcc40bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Reduce power usage system-wide

[Service]
Type=idle
RemainAfterExit=yes
ExecStart=/usr/bin/throttlectl cut
StandardOutput=null
StandardError=journal

[Install]
WantedBy=multi-user.target