diff --git a/src/systemctl.c b/src/systemctl.c index d6f4709c4..390cec9f9 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -969,7 +969,7 @@ static int check_unit(DBusConnection *bus, char **args, unsigned n) { if (!arg_quiet) puts(state); - if (streq(state, "active") || startswith(state, "active-")) + if (streq(state, "active") || startswith(state, "reloading")) r = 0; dbus_message_unref(m);