]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: add generic boot-complete.target
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2018 10:52:28 +0000 (12:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 Oct 2018 20:34:50 +0000 (22:34 +0200)
units/boot-complete.target [new file with mode: 0644]
units/meson.build

diff --git a/units/boot-complete.target b/units/boot-complete.target
new file mode 100644 (file)
index 0000000..f0b9e57
--- /dev/null
@@ -0,0 +1,14 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
+#  This file is part of systemd.
+#
+#  systemd is free software; you can redistribute it and/or modify it
+#  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.
+
+[Unit]
+Description=Boot Completion Check
+Documentation=man:systemd.special(7)
+Requires=sysinit.target
+After=sysinit.target
index 3cc86b3e92e6f494fbf382b2364d40bff31e07c8..70eabe522725337955a6cbb9687bbe6b8157c766 100644 (file)
@@ -3,6 +3,7 @@
 units = [
         ['basic.target',                        ''],
         ['bluetooth.target',                    ''],
+        ['boot-complete.target',                ''],
         ['cryptsetup-pre.target',               'HAVE_LIBCRYPTSETUP'],
         ['cryptsetup.target',                   'HAVE_LIBCRYPTSETUP',
          'sysinit.target.wants/'],