From 4e8e2288650780f74f90ee0c5133c1effbfdca17 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 24 Apr 2010 01:54:12 +0200 Subject: [PATCH] systemctl: load unit if needed when isolating --- systemctl.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemctl.vala b/systemctl.vala index 34685e1f8..10bb0eac9 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", -- 2.30.2