File: wtmpdbd.8.xml

package info (click to toggle)
wtmpdb 0.75.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 4,222; xml: 715; sh: 81; makefile: 16
file content (130 lines) | stat: -rw-r--r-- 3,153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="wtmpdb">
  <refmeta>
    <refentrytitle>wtmpdbd.service</refentrytitle>
    <manvolnum>8</manvolnum>
    <refmiscinfo class="source">wtmpdb %version%</refmiscinfo>
    <refmiscinfo class="manual">wtmpdbd</refmiscinfo>
  </refmeta>

  <refnamediv>
    <refname>wtmpdbd.service</refname>
    <refname>wtmpdbd.socket</refname>
    <refname>wtmpdbd</refname>
    <refpurpose>Daemon to control wtmpdb entries</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis sepchar=" ">
      <command>wtmpdbd.service</command>
    </cmdsynopsis>
    <cmdsynopsis sepchar=" ">
      <command>/usr/libexec/wtmpdbd</command>
      <arg choice="opt" rep="repeat">
       option
      </arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>

    <title>DESCRIPTION</title>

    <para>
      <command>wtmpdbd.service</command> is a system service that may be used
      to add and read <citerefentry><refentrytitle>wtmpdb</refentrytitle><manvolnum>8</manvolnum>
      </citerefentry> entries. It is automatically activated on request and
      terminates itself when unused.
    </para>
  </refsect1>

  <refsect1>
    <title>OPTIONS</title>
    <variablelist>
      <varlistentry>
        <term>
          <option>-s, --socket</option>
        </term>
        <listitem>
          <para>
            Activation through socket.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>-d, --debug</option>
        </term>
        <listitem>
          <para>
	    Debug mode
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>-v, --verbose</option>
        </term>
        <listitem>
          <para>
	    Verbose logging
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>-h, --help</option>
        </term>
        <listitem>
          <para>
            Display help message and exit.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <option>-v, --version</option>
        </term>
        <listitem>
          <para>
            Print version number and exit.
          </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1>
    <title>FILES</title>
    <variablelist>
      <varlistentry>
        <term>/run/wtmpdb/socket</term>
        <listitem>
          <para>Varlink socket for communication</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>/var/lib/wtmpdb/wtmp.db</term>
        <listitem>
          <para>Wtmpdb logging database file</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1>
    <title>SEE ALSO</title>
    <para>
      <citerefentry>
	<refentrytitle>wtmpdb</refentrytitle><manvolnum>8</manvolnum>
      </citerefentry>,
    </para>
  </refsect1>

  <refsect1>
    <title>AUTHOR</title>
    <para>
      wtmpdb was written by Thorsten Kukuk &lt;kukuk@suse.com&gt;.
    </para>
  </refsect1>

</refentry>