mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 06:25:10 +00:00
1.) move bin-path for rtl_fm and multimon-ng to config.ini
2.) check if rtl_fm and multimon-ng started without errors
both programs don't terminate in case of an error, so we have to
read the logfile and look into it
3.) now we can't start a instance of BOSWatch without a free SDR-stick
added -t --test as new argument to skip instantiate of rtl-fm and multimon-ng
4.) change error-handling
This commit is contained in:
parent
eba5b7947a
commit
a1d610ee6a
2 changed files with 251 additions and 187 deletions
|
|
@ -17,6 +17,12 @@ loglevel = 10
|
|||
# backupCount = 7 (keeps logfiles for a week)
|
||||
backupCount = 7
|
||||
|
||||
# if you want to start BOSWatch as a daemon with rc2.d,
|
||||
# you have to set the path to rtl_fm and multimon-ng !
|
||||
# the path have to end with an /
|
||||
#rtl_path = /usr/local/bin/
|
||||
#multimon_path = /usr/local/bin/
|
||||
|
||||
# Using RegEx-Filter (0|1)
|
||||
# Filter-configuration in section [Filters]
|
||||
useRegExFilter = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue