org.freedesktop.network1.busname 675 B

1234567891011121314151617181920
  1. # This file is part of systemd.
  2. #
  3. # systemd is free software; you can redistribute it and/or modify it
  4. # under the terms of the GNU Lesser General Public License as published by
  5. # the Free Software Foundation; either version 2.1 of the License, or
  6. # (at your option) any later version.
  7. [Unit]
  8. Description=Network Service Bus Name
  9. Documentation=man:systemd-networkd.service(8)
  10. # This is pulled in by systemd-networkd.service, since it cannot run
  11. # without its policy set. However, let's conditionalize this unit on
  12. # non-kdbus system.
  13. ConditionPathExists=/sys/fs/kdbus/0-system/
  14. [BusName]
  15. Service=systemd-networkd.service
  16. AllowWorld=talk
  17. AllowUser=systemd-network own