Updated README

This commit is contained in:
zii 2024-08-02 08:42:10 -04:00
parent c2b6575800
commit c103ee3c47

View File

@ -21,18 +21,15 @@ user interface of any flavor.
Usage: jmotion <argument>
-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 ###