updated the disk-check utility to have options for removing old data
or stopping core services
This commit is contained in:
@@ -175,6 +175,12 @@ SENSITIVITY=1.25
|
||||
|
||||
CHANNELS=2
|
||||
|
||||
## FULL_DISK can be set to configure how the system reacts to a full disk
|
||||
## 0 = Remove the oldest day's worth of recordings
|
||||
## 1 = Keep all data and `stop_core_services.sh`
|
||||
|
||||
FULL_DISK=0
|
||||
|
||||
## VENV is the virtual environment where the the BirdNET python build is found,
|
||||
## i.e, VENV is the virtual environment miniforge built for BirdNET.
|
||||
|
||||
@@ -196,3 +202,6 @@ BIRDNET_USER=pi
|
||||
## These are just for debugging
|
||||
LAST_RUN=
|
||||
THIS_RUN=
|
||||
## These are just for debugging
|
||||
LAST_RUN=
|
||||
THIS_RUN=
|
||||
|
||||
Reference in New Issue
Block a user