X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-update-utmp-shutdown.service.in;h=0b4fe928e0451f5ebf7ee80af24c1b58f9402899;hp=0551a9b7e212a0866aea16cd80a1362f84ed0730;hb=8a0867d6c5b47c8697d1ddd815116a548433c718;hpb=cd6d0a456bc9c45fa79316fc5896e4a3ae75a30b diff --git a/units/systemd-update-utmp-shutdown.service.in b/units/systemd-update-utmp-shutdown.service.in index 0551a9b7e..0b4fe928e 100644 --- a/units/systemd-update-utmp-shutdown.service.in +++ b/units/systemd-update-utmp-shutdown.service.in @@ -8,9 +8,10 @@ [Unit] Description=Notify Audit System and Update UTMP about System Shutdown DefaultDependencies=no -Before=killall.service -Conflicts=systemd-update-utmp-runlevel.service +Wants=local-fs.target sysinit.target +After=local-fs.target sysinit.target auditd.service systemd-update-utmp-runlevel.service +Before=poweroff.service reboot.service halt.service killall.service [Service] -Type=finish -ExecStart=-@rootlibexecdir@/systemd-update-utmp shutdown +Type=oneshot +ExecStart=@rootlibexecdir@/systemd-update-utmp shutdown