linuxscripts/system-units/enable-processor-performance.service
2019-03-15 23:44:03 -05:00

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