chiark / gitweb /
autogen.sh: undef _FORTIFY_SOURCE, which now logs warnings when used with -O0
[elogind.git] / units / syslog.target
index 8b1626ed55ef6c04c5055f70cbd5db5e53f67eed..92d2576e953efc316b6f9d4499c099a2ec184613 100644 (file)
@@ -1,8 +1,8 @@
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
+#  under the terms of the GNU Lesser General Public License as published by
+#  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
 # See systemd.special(7) for details
@@ -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