Fix location of auto-cpufreq in service descriptor. (#187)
This commit is contained in:
parent
ee88fcde68
commit
3b83706748
|
@ -5,6 +5,6 @@ After=network.target network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=root
|
User=root
|
||||||
ExecStart=/usr/local/bin/auto-cpufreq --daemon
|
ExecStart=/usr/bin/auto-cpufreq --daemon
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue