diff --git a/src/systemctl.c b/src/systemctl.c index 63d5d9cd9f3..4620315a02e 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;