[systemd-commits] Makefile.am units/org.freedesktop.resolve1.busname

Kay Sievers kay at kemper.freedesktop.org
Tue Jul 15 19:13:07 PDT 2014


 Makefile.am                            |    9 +++++++++
 units/org.freedesktop.resolve1.busname |   16 ++++++++++++++++
 2 files changed, 25 insertions(+)

New commits:
commit b7e6c03d3bb4e571ad3391862e3f5e4d6bb0cfbb
Author: Kay Sievers <kay at vrfy.org>
Date:   Wed Jul 16 03:48:10 2014 +0200

    resolved: add busname unit file

diff --git a/Makefile.am b/Makefile.am
index aca30b9..ff64cbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4575,6 +4575,9 @@ rootlibexec_PROGRAMS += \
 nodist_systemunit_DATA += \
 	units/systemd-resolved.service
 
+dist_systemunit_DATA += \
+	units/org.freedesktop.resolve1.busname
+
 dist_dbuspolicy_DATA += \
 	src/resolve/org.freedesktop.resolve1.conf
 
@@ -4584,6 +4587,12 @@ dist_dbussystemservice_DATA += \
 EXTRA_DIST += \
 	units/systemd-resolved.service.in
 
+SYSTEM_UNIT_ALIASES += \
+	systemd-resolved.service dbus-org.freedesktop.resolve1.service
+
+BUSNAMES_TARGET_WANTS += \
+	org.freedesktop.resolve1.busname
+
 GENERAL_ALIASES += \
 	$(systemunitdir)/systemd-resolved.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-resolved.service
 
diff --git a/units/org.freedesktop.resolve1.busname b/units/org.freedesktop.resolve1.busname
new file mode 100644
index 0000000..02588fb
--- /dev/null
+++ b/units/org.freedesktop.resolve1.busname
@@ -0,0 +1,16 @@
+#  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=Network Name Resolution Service Bus Name
+Documentation=man:systemd-resolved.service(8)
+Documentation=http://www.freedesktop.org/wiki/Software/systemd/resolved
+
+[BusName]
+Service=systemd-resolved.service
+AllowWorld=talk
+AllowUser=systemd-resolve own



More information about the systemd-commits mailing list