From 4d4c04cd11e1edcdff15896d4b6925dad3b4f614 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 18 Apr 2018 14:03:59 -0400 Subject: [PATCH] Document daemon usage --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 10d45005..04b71f4a 100644 --- a/README.rst +++ b/README.rst @@ -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/