Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 9, 2020 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/122090f9d4aa8e2406199551ec4cbe52 to your computer and use it in GitHub Desktop.
Save r-ryantm/122090f9d4aa8e2406199551ec4cbe52 to your computer and use it in GitHub Desktop.
/nix/store/jw6j4lbyxx0p3fvvcd1mjyq2jvgaplsa-dbus-1.12.18
├── bin
│   ├── dbus-cleanup-sockets
│   ├── dbus-daemon
│   ├── dbus-launch -> /nix/store/hmm460la5ia2xymjn2fd74pfv8bn81qj-dbus-1.12.18-lib/bin/dbus-launch
│   ├── dbus-monitor
│   ├── dbus-run-session
│   ├── dbus-send
│   ├── dbus-test-tool
│   ├── dbus-update-activation-environment
│   └── dbus-uuidgen
├── etc
│   ├── dbus-1
│   │   ├── session.conf
│   │   └── system.conf
│   └── systemd
│   ├── system
│   │   ├── dbus.service
│   │   ├── dbus.socket
│   │   ├── multi-user.target.wants
│   │   │   └── dbus.service -> ../dbus.service
│   │   └── sockets.target.wants
│   │   └── dbus.socket -> ../dbus.socket
│   └── user
│   ├── dbus.service
│   ├── dbus.socket
│   └── sockets.target.wants
│   └── dbus.socket -> ../dbus.socket
├── lib
│   ├── sysusers.d
│   │   └── dbus.conf
│   └── tmpfiles.d
│   └── dbus.conf
├── libexec
│   └── dbus-daemon-launch-helper
└── share
├── dbus-1
│   ├── services
│   ├── session.conf
│   ├── session.d
│   ├── system.conf
│   ├── system.d
│   └── system-services
└── xml
└── dbus-1
├── busconfig.dtd
└── introspect.dtd
21 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment