chiark / gitweb /
core: remove sysv_console option
[elogind.git] / src / core / service.c
index eeabe8fb01ec83b22ee653479360f1be95d39d3e..ec6aaa55c59a29d966eea07b39d55f02dd1af8ca 100644 (file)
@@ -928,10 +928,6 @@ static int service_load_sysv_path(Service *s, const char *path) {
         s->guess_main_pid = false;
         s->restart = SERVICE_RESTART_NO;
         s->exec_context.ignore_sigpipe = false;
-
-        if (UNIT(s)->manager->sysv_console)
-                s->exec_context.std_output = EXEC_OUTPUT_JOURNAL_AND_CONSOLE;
-
         s->exec_context.kill_mode = KILL_PROCESS;
 
         /* We use the long description only if