summaryrefslogtreecommitdiff
path: root/units/systemd-update-utmp-runlevel.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-14 19:25:12 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-14 19:25:12 +0200
commit0dcc78574905ca0e31694238662002bd36ca65d4 (patch)
treeddf954e68c8c3bf3100d85c31d0f366e62067e64 /units/systemd-update-utmp-runlevel.service.in
parent2a2387d8a9628765e7eb25cbcb21fa8b428199c8 (diff)
units: write utmp record before we kill all processes
Diffstat (limited to 'units/systemd-update-utmp-runlevel.service.in')
-rw-r--r--units/systemd-update-utmp-runlevel.service.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in
index 90bb9379e..0b4c83dd8 100644
--- a/units/systemd-update-utmp-runlevel.service.in
+++ b/units/systemd-update-utmp-runlevel.service.in
@@ -9,6 +9,8 @@
Description=Notify Audit System and Update UTMP about System Runlevel Changes
DefaultDependencies=no
After=runlevel1.target runlevel2.target runlevel3.target runlevel4.target runlevel5.target auditd.service
+Conflicts=shutdown.target
+Before=shutdown.target
[Service]
Type=oneshot