chiark / gitweb /
units: install busnames.target by default
authorLennart Poettering <lennart@poettering.net>
Tue, 3 Dec 2013 00:18:26 +0000 (01:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 3 Dec 2013 00:18:26 +0000 (01:18 +0100)
Makefile.am
units/busnames.target [new file with mode: 0644]

index ce59c040b65633fd133bc6fa5fd2d670ef9e489c..06106357884e9b701a4cfcc0e8d25684a828b0d8 100644 (file)
@@ -393,6 +393,7 @@ dist_systemunit_DATA = \
        units/sigpwr.target \
        units/sleep.target \
        units/sockets.target \
+       units/busnames.target \
        units/timers.target \
        units/paths.target \
        units/suspend.target \
diff --git a/units/busnames.target b/units/busnames.target
new file mode 100644 (file)
index 0000000..5e866b4
--- /dev/null
@@ -0,0 +1,10 @@
+#  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=Bus Names
+Documentation=man:systemd.special(7)