mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgconf: New commands --create-socketdir and --remove-socketdir.
* tools/gpgconf.c: Include unistd.h. (aCreateSocketDir, aRemoveSocketDir): New. (opts): Add --create-socketdir and --remove-socketdir. (main): Implement them. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
aab8a0b052
commit
cf4910419e
2 changed files with 78 additions and 0 deletions
|
@ -319,6 +319,17 @@ gpg-agent and scdaemon. Components which don't support reloading are
|
|||
ignored. Note that as of now reload and kill have the same effect for
|
||||
scdaemon.
|
||||
|
||||
@item --create-socketdir
|
||||
@opindex create-socketdir
|
||||
Create a directory for sockets below /run/user or /var/run/user. This
|
||||
is command is only required if a non default home directory is used
|
||||
and the /run based sockets shall be used. For the default home
|
||||
directory GnUPG creates a directory on the fly.
|
||||
|
||||
@item --remove-socketdir
|
||||
@opindex remove-socketdir
|
||||
Remove a directory created with command @option{--create-socketdir}.
|
||||
|
||||
@end table
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue