diff options
-rw-r--r-- | units/systemd-update-utmp-runlevel.service.in | 2 | ||||
-rw-r--r-- | units/systemd-update-utmp-shutdown.service.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in index 90bb9379e0..0b4c83dd86 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 diff --git a/units/systemd-update-utmp-shutdown.service.in b/units/systemd-update-utmp-shutdown.service.in index f5d1342243..4c48c8b53a 100644 --- a/units/systemd-update-utmp-shutdown.service.in +++ b/units/systemd-update-utmp-shutdown.service.in @@ -8,7 +8,7 @@ [Unit] Description=Notify Audit System and Update UTMP about System Shutdown DefaultDependencies=no -Before=killall.service +Before=poweroff.service reboot.service halt.service killall.service Conflicts=systemd-update-utmp-runlevel.service [Service] |