chiark / gitweb /
service: hide output of sysv scripts if quiet is passed on the kernel cmdline
[elogind.git] / src / manager.h
index a5bc9202ffe5a7b87b5a5dcdd295b28364b04e45..a762dbc7c33e0dfdd9e85b9983f8eb8656c6c90e 100644 (file)
@@ -199,6 +199,7 @@ struct Manager {
 
         bool show_status;
         bool confirm_spawn;
+        bool sysv_console;
 };
 
 int manager_new(ManagerRunningAs running_as, Manager **m);