diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-16 00:19:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-16 00:19:03 +0200 |
commit | 3f92e4b4b61042391bd44de4dceb18177df0dd57 (patch) | |
tree | 8c4431d30f2d55c649e09cd579efa03241251330 /man | |
parent | 154ff088d371bee5651eaa2bc9bde8a34c185656 (diff) |
utmp: turn systemd-update-utmp-shutdown.service into a normal runtime service
With this change systemd-update-utmp-shutdown.service is replaced by
systemd-update-utmp.service which is started at boot and stays around
until shutdown. This allows us to properly order the unit against both
/var/log and auditd.
https://bugzilla.redhat.com/show_bug.cgi?id=853104
https://bugs.freedesktop.org/show_bug.cgi?id=64365
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-update-utmp.service.xml (renamed from man/systemd-update-utmp-runlevel.service.xml) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/systemd-update-utmp-runlevel.service.xml b/man/systemd-update-utmp.service.xml index 867b958d30..846fc959d0 100644 --- a/man/systemd-update-utmp-runlevel.service.xml +++ b/man/systemd-update-utmp.service.xml @@ -19,10 +19,10 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-update-utmp-runlevel.service"> +<refentry id="systemd-update-utmp.service"> <refentryinfo> - <title>systemd-update-utmp-runlevel.service</title> + <title>systemd-update-utmp.service</title> <productname>systemd</productname> <authorgroup> @@ -36,21 +36,21 @@ </refentryinfo> <refmeta> - <refentrytitle>systemd-update-utmp-runlevel.service</refentrytitle> + <refentrytitle>systemd-update-utmp.service</refentrytitle> <manvolnum>8</manvolnum> </refmeta> <refnamediv> + <refname>systemd-update-utmp.service</refname> <refname>systemd-update-utmp-runlevel.service</refname> - <refname>systemd-update-utmp-shutdown.service</refname> <refname>systemd-update-utmp</refname> - <refpurpose>Write audit and utmp updates at runlevel + <refpurpose>Write audit and utmp updates at bootup, runlevel changes and shutdown</refpurpose> </refnamediv> <refsynopsisdiv> + <para><filename>systemd-update-utmp.service</filename></para> <para><filename>systemd-update-utmp-runlevel.service</filename></para> - <para><filename>systemd-update-utmp-shutdown.service</filename></para> <para><filename>/usr/lib/systemd/systemd-update-utmp</filename></para> </refsynopsisdiv> @@ -60,8 +60,8 @@ <para><filename>systemd-update-utmp-runlevel.service</filename> is a service that writes SysV runlevel changes to utmp and wtmp, as well as the audit logs, as they - occur. <filename>systemd-update-utmp-shutdown.service</filename> - does the same for shut-down requests.</para> + occur. <filename>systemd-update-utmp.service</filename> + does the same for system reboots and shut-down requests.</para> </refsect1> <refsect1> |