org.freedesktop.NetworkManager.service.in 459 B

123456789101112
  1. # This D-Bus service activation file is only for systemd support since
  2. # an auto-activated NetworkManager would be quite surprising for those people
  3. # who have NM installed but turned off. Thus the Exec path available to
  4. # D-Bus is /bin/false, but systemd knows the real Exec path due to the NM
  5. # systemd .service file.
  6. [D-BUS Service]
  7. Name=org.freedesktop.NetworkManager
  8. Exec=/bin/false
  9. User=root
  10. SystemdService=dbus-org.freedesktop.NetworkManager.service