auto-cpufreq/scripts/auto-cpufreq.service
Technical27 f3f652d69e
Improve logging (#148)
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.
2021-01-24 13:14:11 +01:00

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