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> Usage: jmotion <argument>
-h : display usage information about this application. -h : display usage information about this application.
-c : path to the config file used to run a single main loop instance. -d : all valid config files found in /etc/jmotion will be used to
-i : all valid config files found in /etc/jmotion will be used to create create camera instances. (this is blocking, meant to run with systemd)
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.
-v : display the current version. -v : display the current version.
-u : uninstall the entire app from your system, including all -u : uninstall the entire app from your system, including the service.
systemd services related to it.
-f : force an action without pausing for user confirmation. -f : force an action without pausing for user confirmation.
-l : list all jmotion services along with statuses. -s : view the status of all camera instances.
-r : remove all jmotion services. -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 ### ### Config File ###