11 lines
152 B
INI
11 lines
152 B
INI
|
[Unit]
|
||
|
Description=Tweak CPU usage
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=%h/.local/bin/tweak-cpu-usage
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|