From 0ef26498277cdc59c8188c3372ff75d4e22ccc05 Mon Sep 17 00:00:00 2001 From: 30hours Date: Tue, 2 Apr 2024 10:42:32 +0000 Subject: [PATCH] Add RSPduo reset script to readme --- README.md | 2 +- script/{blah2.bash => blah2_rspduo_restart.bash} | 0 script/crontab.txt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename script/{blah2.bash => blah2_rspduo_restart.bash} (100%) 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