diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-14 02:57:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-16 02:03:34 +0200 |
commit | cfcab435088205b520d244e6111e33b98579181d (patch) | |
tree | 45324c9d84af47b83ebef4c7e9b759a527118f1f /units/systemd-update-utmp-shutdown.service.in | |
parent | 5010903819a6918c04e6cffa0edea6865cf3d5ef (diff) |
units: never pull in sysinit from utmp, so that we can shutdown from emergency mode without pulling in sysinit
Diffstat (limited to 'units/systemd-update-utmp-shutdown.service.in')
-rw-r--r-- | units/systemd-update-utmp-shutdown.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-update-utmp-shutdown.service.in b/units/systemd-update-utmp-shutdown.service.in index c30d86d24c..e7c3c04a00 100644 --- a/units/systemd-update-utmp-shutdown.service.in +++ b/units/systemd-update-utmp-shutdown.service.in @@ -8,7 +8,6 @@ [Unit] Description=Notify Audit System and Update UTMP about System Shutdown DefaultDependencies=no -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 |