Document daemon usage

kivy_mainline_and_py3.8
Tyler Goodlet 2018-04-18 14:03:59 -04:00
parent 51b44cf236
commit 4d4c04cd11
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@ broker quote query ``rate`` with ``-r``::
piker watch indexes -l info -r 10
It is also possible to run the broker-client micro service as a daemon::
pikerd -l info
Then start the client app as normal::
piker watch indexes -l info
.. _trio: https://github.com/python-trio/trio
.. _pipenv: https://docs.pipenv.org/