diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/job.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/job.c b/src/core/job.c index fc446fbc42..0dd161c1c5 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -1097,6 +1097,9 @@ void job_shutdown_magic(Job *j) { if (!unit_has_name(j->unit, SPECIAL_SHUTDOWN_TARGET)) return; + /* In case messages on console has been disabled on boot */ + j->unit->manager->no_console_output = false; + if (detect_container(NULL) > 0) return; |