diff --git a/README.md b/README.md index 457d30c..9dac53c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The radar processing output is available on [http://localhost:49152](http://loca ## FAQ -- If the SDRplay RSPduo does not capture data, restart the API service (on the host) using `sudo systemctl restart sdrplay.api`. +- If the SDRplay RSPduo does not capture data, restart the API service (on the host) using the script `sudo ./script/blah2_rspduo_restart.bash`. ## Contributing diff --git a/script/blah2.bash b/script/blah2_rspduo_restart.bash similarity index 100% rename from script/blah2.bash rename to script/blah2_rspduo_restart.bash diff --git a/script/crontab.txt b/script/crontab.txt index 4c24f27..90cce1c 100644 --- a/script/crontab.txt +++ b/script/crontab.txt @@ -1,2 +1,2 @@ # add to /etc/crontab -*/5 * * * * root /opt/blah2/script/blah2.bash +*/5 * * * * root /opt/blah2/script/blah2_rspduo_restart.bash