mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
10 lines
230 B
Desktop File
10 lines
230 B
Desktop File
[Unit]
|
|
Description=Enable/Disable performance governor in the processor
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/processor-performance start
|
|
ExecStop=/usr/bin/processor-performance stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|