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]
|
||||
Type=simple
|
||||
User=root
|
||||
ExecStart=/usr/local/bin/auto-cpufreq --daemon
|
||||
ExecStart=/usr/bin/auto-cpufreq --daemon
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue