diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-04 04:24:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-04 04:24:23 +0200 |
commit | e87d1818cdf26b8d946776a2182e4ef2847bc0aa (patch) | |
tree | d1d7f213a856ffaad7f2b77c2b132ba5337b97f3 /src | |
parent | a68c7a7ace65354d09e8bb751ae416db4460a20f (diff) |
systemctl: load unit when introspecting
Diffstat (limited to 'src')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 63d5d9cd9f..4620315a02 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -1264,7 +1264,7 @@ static int show(DBusConnection *bus, char **args, unsigned n) { "org.freedesktop.systemd1", "/org/freedesktop/systemd1", "org.freedesktop.systemd1.Manager", - "GetUnit"))) { + "LoadUnit"))) { log_error("Could not allocate message."); r = -ENOMEM; goto finish; |