Created
January 13, 2015 17:21
-
-
Save stuart-warren/50c03e32baabca97b07f to your computer and use it in GitHub Desktop.
systemd dbus monitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tested on coreos | |
# see other docs at: | |
# http://www.freedesktop.org/wiki/Software/systemd/dbus/ | |
# https://wiki.archlinux.org/index.php/Systemd/User | |
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket dbus-monitor --monitor "interface='org.freedesktop.systemd1.Manager'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment