diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | units/busnames.target | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ce59c040b6..0610635788 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 0000000000..5e866b403d --- /dev/null +++ b/units/busnames.target @@ -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) |