mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
Now auto-cpufreq will write directly to the log file or stdout. The file will automatically be cleared when on each refresh and on startup.
11 lines
242 B
Desktop File
11 lines
242 B
Desktop File
[Unit]
|
|
Description=auto-cpufreq - Automatic CPU speed & power optimizer for Linux
|
|
After=network.target network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/local/bin/auto-cpufreq --daemon
|
|
[Install]
|
|
WantedBy=multi-user.target
|