2020-01-02 01:49:01 +01:00
|
|
|
[Unit]
|
2020-01-02 23:30:29 +01:00
|
|
|
Description=auto-cpufreq - Automatic CPU speed & power optimizer for Linux
|
2020-01-02 01:49:01 +01:00
|
|
|
After=network.target network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=root
|
2021-03-14 19:23:06 +01:00
|
|
|
ExecStart=/usr/local/bin/auto-cpufreq --daemon
|
2020-01-02 01:49:01 +01:00
|
|
|
[Install]
|
2020-01-04 19:36:20 +01:00
|
|
|
WantedBy=multi-user.target
|