From: Lennart Poettering Date: Fri, 23 Apr 2010 23:54:12 +0000 (+0200) Subject: systemctl: load unit if needed when isolating X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e8e2288650780f74f90ee0c5133c1effbfdca17;p=people%2Fms%2Fsystemd.git systemctl: load unit if needed when isolating --- diff --git a/systemctl.vala b/systemctl.vala index 34685e1..10bb0ea 100644 --- a/systemctl.vala +++ b/systemctl.vala @@ -222,7 +222,7 @@ int main (string[] args) { return 1; } - ObjectPath p = manager.get_unit(args[2]); + ObjectPath p = manager.load_unit(args[2]); Unit u = bus.get_object( "org.freedesktop.systemd1",