systemctl: if we can't detect the system-is-running state, assume it's not running

This commit is contained in:
Lennart Poettering 2018-06-25 16:23:18 +02:00
parent e686a616e8
commit bfeec178db
1 changed files with 1 additions and 1 deletions

View File

@ -6619,7 +6619,7 @@ static int is_system_running(int argc, char *argv[], void *userdata) {
if (!arg_quiet)
puts("unknown");
return 0;
return EXIT_FAILURE;
}
if (!arg_quiet)