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/syslog.target | |
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/syslog.target')
-rw-r--r-- | units/syslog.target | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/units/syslog.target b/units/syslog.target index 8b1626ed55..825b26e7bf 100644 --- a/units/syslog.target +++ b/units/syslog.target @@ -12,3 +12,8 @@ [Unit] Description=Syslog + +# Avoid that we conflict with shutdown.target, so that we can stay +# until the very end and do not cancel shutdown.target if we should +# hapen to be activated very late. +DefaultDependencies=no |