]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-update-utmp.service.xml
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / man / systemd-update-utmp.service.xml
1 <?xml version="1.0"?>
2 <!--*-nxml-*-->
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!--
5 SPDX-License-Identifier: LGPL-2.1+
6
7 This file is part of systemd.
8
9 Copyright 2012 Lennart Poettering
10 -->
11 <refentry id="systemd-update-utmp.service" conditional="ENABLE_UTMP">
12
13 <refentryinfo>
14 <title>systemd-update-utmp.service</title>
15 <productname>systemd</productname>
16
17 <authorgroup>
18 <author>
19 <contrib>Developer</contrib>
20 <firstname>Lennart</firstname>
21 <surname>Poettering</surname>
22 <email>lennart@poettering.net</email>
23 </author>
24 </authorgroup>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>systemd-update-utmp.service</refentrytitle>
29 <manvolnum>8</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>systemd-update-utmp.service</refname>
34 <refname>systemd-update-utmp-runlevel.service</refname>
35 <refname>systemd-update-utmp</refname>
36 <refpurpose>Write audit and utmp updates at bootup, runlevel
37 changes and shutdown</refpurpose>
38 </refnamediv>
39
40 <refsynopsisdiv>
41 <para><filename>systemd-update-utmp.service</filename></para>
42 <para><filename>systemd-update-utmp-runlevel.service</filename></para>
43 <para><filename>/usr/lib/systemd/systemd-update-utmp</filename></para>
44 </refsynopsisdiv>
45
46 <refsect1>
47 <title>Description</title>
48
49 <para><filename>systemd-update-utmp-runlevel.service</filename> is
50 a service that writes SysV runlevel changes to utmp and wtmp, as
51 well as the audit logs, as they occur.
52 <filename>systemd-update-utmp.service</filename> does the same for
53 system reboots and shutdown requests.</para>
54 </refsect1>
55
56 <refsect1>
57 <title>See Also</title>
58 <para>
59 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
60 <citerefentry project='man-pages'><refentrytitle>utmp</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
61 <citerefentry project='man-pages'><refentrytitle>auditd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
62 </para>
63 </refsect1>
64
65 </refentry>