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 c435e558e8..a0237bb734 100644 --- a/systemctl.vala +++ b/systemctl.vala @@ -101,7 +101,7 @@ int main (string[] args) { Manager manager = bus.get_object ( "org.freedesktop.systemd1", "/org/freedesktop/systemd1", - "org.freedesktop.systemd1") as Manager; + "org.freedesktop.systemd1.Manager") as Manager; if (args[1] == "list-units" || args.length <= 1) { var list = manager.list_units(); |