From b7e6c03d3bb4e571ad3391862e3f5e4d6bb0cfbb Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 16 Jul 2014 03:48:10 +0200 Subject: [PATCH] resolved: add busname unit file --- Makefile.am | 9 +++++++++ units/org.freedesktop.resolve1.busname | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 units/org.freedesktop.resolve1.busname diff --git a/Makefile.am b/Makefile.am index aca30b956..ff64cbff0 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 000000000..02588fbfa --- /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 -- 2.30.2