diff options
author | Yi EungJun <semtlenori@gmail.com> | 2016-08-07 02:00:31 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-06 13:00:31 -0400 |
commit | 1aa1e59c7f34acdbd1af7c18e1fc471e5b92ed85 (patch) | |
tree | 1ef19200a10b9816bf774d5bf70e5adfe677f98a /man | |
parent | 23dab159d7f2c474bfca07e72ee9fe44947178f6 (diff) |
journal-gatewayd: add --directory option (#3913)
Serve journals in the specified directory instead of default journals.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-journal-gatewayd.service.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 9ed85c3950..2cb114f6e3 100644 --- a/man/systemd-journal-gatewayd.service.xml +++ b/man/systemd-journal-gatewayd.service.xml @@ -100,6 +100,16 @@ with <option>--cert=</option>.</para></listitem> </varlistentry> + <varlistentry> + <term><option>-D <replaceable>DIR</replaceable></option></term> + <term><option>--directory=<replaceable>DIR</replaceable></option></term> + + <listitem><para>Takes a directory path as argument. If + specified, <command>systemd-journal-gatewayd</command> will serve the + specified journal directory <replaceable>DIR</replaceable> instead of + the default runtime and system journal paths.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> |