70N/A# This file is part of systemd.
70N/A#
70N/A# systemd is free software; you can redistribute it and/or modify it
70N/A# under the terms of the GNU Lesser General Public License as published by
70N/A# the Free Software Foundation; either version 2.1 of the License, or
70N/A# (at your option) any later version.
70N/A
70N/A[Unit]
70N/ADescription=Network Name Resolution Service Bus Name
70N/ADocumentation=man:systemd-resolved.service(8)
70N/ADocumentation=http://www.freedesktop.org/wiki/Software/systemd/resolved
70N/A
70N/A# This is pulled in by systemd-resolved.service, since it cannot run
70N/A# without its policy set. However, let's conditionalize this unit on
70N/A# non-kdbus system.
70N/AConditionPathExists=/sys/fs/kdbus/0-system/
70N/A
70N/A[BusName]
70N/AService=systemd-resolved.service
70N/AAllowWorld=talk
70N/AAllowUser=systemd-resolve own
70N/A