summaryrefslogtreecommitdiff
path: root/src/core/manager.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-22 13:16:28 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-22 13:16:28 +0200
commitd081dffbd3e57dc9da494a3384e333bf565d4175 (patch)
treea09f838a8c73078470eb6e17d798abc9cb81bf95 /src/core/manager.h
parentb0193f1c1f1540bfccbdca02df82669b9308e4e2 (diff)
core: remove sysv_console option
This option never made much sense. It was originally intended to make sure that the usual startup output of sysv scripts goes to the terminal. However, since SysV scripts started from a terminal would not output to that terminal, but rather /dev/console this effect was more often than not actually taking place. Nowadays systemd has much nicer boot time status output than SysV which makes the sysv output redundant. Finally, all output of services goes to the journal anyway, and is not lost. Hence, let's drop this option, and simplify things a bit.
Diffstat (limited to 'src/core/manager.h')
-rw-r--r--src/core/manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/manager.h b/src/core/manager.h
index b29d0a7935..be2780bafe 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -222,9 +222,6 @@ struct Manager {
bool show_status;
bool confirm_spawn;
-#ifdef HAVE_SYSV_COMPAT
- bool sysv_console;
-#endif
ExecOutput default_std_output, default_std_error;