From c103ee3c47d39180ec30d7b45e287827cf9b1295 Mon Sep 17 00:00:00 2001 From: zii Date: Fri, 2 Aug 2024 08:42:10 -0400 Subject: [PATCH] Updated README --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 89cae83..10b5792 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,15 @@ user interface of any flavor. Usage: jmotion -h : display usage information about this application. --c : path to the config file used to run a single main loop instance. --i : all valid config files found in /etc/jmotion will be used to create - a full instance; full meaning main and vid loop systemd services - will be created for each config file. --d : this is the same as -i except it will not auto start the services. +-d : all valid config files found in /etc/jmotion will be used to + create camera instances. (this is blocking, meant to run with systemd) -v : display the current version. --u : uninstall the entire app from your system, including all - systemd services related to it. +-u : uninstall the entire app from your system, including the service. -f : force an action without pausing for user confirmation. --l : list all jmotion services along with statuses. --r : remove all jmotion services. - +-s : view the status of all camera instances. +-q : kill all camera instances. +-r : same as -d except it is non-blocking by starting all camera instances + via systemd. same as 'systemctl start jmotion' ``` ### Config File ###