From: Lennart Poettering Date: Fri, 23 Apr 2010 20:29:23 +0000 (+0200) Subject: initctl: load the sysv compat targets if they aren't loaded yet X-Git-Tag: v1~466 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=12d138758d38699bec0a1245bbcf1b268668e141 initctl: load the sysv compat targets if they aren't loaded yet --- diff --git a/initctl.c b/initctl.c index a13aed34c..6dcc86f0f 100644 --- a/initctl.c +++ b/initctl.c @@ -109,7 +109,7 @@ static void change_runlevel(Server *s, int runlevel) { log_debug("Running request %s", target); - if (!(m = dbus_message_new_method_call("org.freedesktop.systemd1", "/org/freedesktop/systemd1", "org.freedesktop.systemd1.Manager", "GetUnit"))) { + if (!(m = dbus_message_new_method_call("org.freedesktop.systemd1", "/org/freedesktop/systemd1", "org.freedesktop.systemd1.Manager", "LoadUnit"))) { log_error("Could not allocate message."); goto finish; }