diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index a2dc1bc12f..3220942d43 100644 --- a/src/main.c +++ b/src/main.c @@ -932,7 +932,8 @@ int main(int argc, char *argv[]) { log_debug(PACKAGE_STRING " running in %s mode.", manager_running_as_to_string(arg_running_as)); if (arg_running_as == MANAGER_SYSTEM && !serialization) { - status_welcome(); + if (arg_show_status) + status_welcome(); modprobe_setup(arg_nomodules); kmod_setup(); hostname_setup(); |