Updated README
This commit is contained in:
parent
c2b6575800
commit
c103ee3c47
17
README.md
17
README.md
|
@ -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 ###
|
||||||
|
|
Loading…
Reference in New Issue
Block a user