-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### supervisor folder | ||
run.sh uses supervisorctl service to start, stop, status, Etc. speed-cam.py and webserver.py per the configuration files in the supervisor folder. | ||
This will run the programs as background tasks under the specified user. | ||
These processes will auto start on boot and/or attempt a restart if there is a program issue. Eg temporary communication timeout eg RTSP camera stream. | ||
|
||
For more details see [How to Use run.sh wiki](https://github.com/pageauc/speed-camera/wiki/How-to-use-run.sh) |