diff options
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index d6f4709c42..390cec9f9a 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); |