diff options
Diffstat (limited to 'systemctl.vala')
-rw-r--r-- | systemctl.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemctl.vala b/systemctl.vala index 34685e1f8c..10bb0eac99 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", |