chiark / gitweb /
utmp: turn systemd-update-utmp-shutdown.service into a normal runtime service
authorLennart Poettering <lennart@poettering.net>
Wed, 15 May 2013 22:19:03 +0000 (00:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 May 2013 22:19:03 +0000 (00:19 +0200)
commit3f92e4b4b61042391bd44de4dceb18177df0dd57
tree8c4431d30f2d55c649e09cd579efa03241251330
parent154ff088d371bee5651eaa2bc9bde8a34c185656
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
Makefile-man.am
Makefile.am
man/systemd-update-utmp.service.xml [moved from man/systemd-update-utmp-runlevel.service.xml with 82% similarity]
src/update-utmp/update-utmp.c
units/.gitignore
units/systemd-update-utmp-runlevel.service.in
units/systemd-update-utmp-shutdown.service.in [deleted file]
units/systemd-update-utmp.service.in [new file with mode: 0644]