diff --git a/src/systemctl.c b/src/systemctl.c index 0a35d8e021..7caeb6dd91 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -5038,7 +5038,7 @@ static int reload_with_fallback(DBusConnection *bus) { if (bus) { /* First, try systemd via D-Bus. */ - if (daemon_reload(bus, NULL) > 0) + if (daemon_reload(bus, NULL) >= 0) return 0; }