From cfcab435088205b520d244e6111e33b98579181d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Apr 2011 02:57:13 +0200 Subject: units: never pull in sysinit from utmp, so that we can shutdown from emergency mode without pulling in sysinit --- units/syslog.target | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'units/syslog.target') 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 -- cgit v1.2.3-54-g00ecf