Fix location of auto-cpufreq in service descriptor. (#187)

This commit is contained in:
Marco Vermeulen
2021-03-11 18:13:22 +00:00
committed by GitHub
parent ee88fcde68
commit 3b83706748

View File

@@ -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