mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgconf: Add command --launch.
* tools/gpgconf.c: Add command --launch. * tools/gpgconf-comp.c (gc_component_launch): New. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
36dfc37e43
commit
b4cf4686f7
4 changed files with 57 additions and 4 deletions
|
@ -305,6 +305,14 @@ Reload all or the given component. This is basically the same as sending
|
|||
a SIGHUP to the component. Components which don't support reloading are
|
||||
ignored.
|
||||
|
||||
@item --launch [@var{component}]
|
||||
@opindex launch
|
||||
If the @var{component} is not already running, start it.
|
||||
@command{component} must be a daemon. This is in general not required
|
||||
because the system starts these daemons as needed. However, external
|
||||
software making direct use of @command{gpg-agent} or @command{dirmngr}
|
||||
may use this command to ensure that they are started.
|
||||
|
||||
@item --kill [@var{component}]
|
||||
@opindex kill
|
||||
Kill the given component. Components which support killing are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue