<option>kmsg</option>,
<option>kmsg-console</option>. If the
argument is omitted it defaults to
- <option>null</option>
- resp. <option>inherit</option>.</para></listitem>
+ <option>inherit</option>.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
static bool arg_mount_auto = true;
static bool arg_swap_auto = true;
static char **arg_default_controllers = NULL;
-static ExecOutput arg_default_std_output = EXEC_OUTPUT_NULL;
+static ExecOutput arg_default_std_output = EXEC_OUTPUT_INHERIT;
static ExecOutput arg_default_std_error = EXEC_OUTPUT_INHERIT;
static FILE* serialization = NULL;
m->exit_code = _MANAGER_EXIT_CODE_INVALID;
m->pin_cgroupfs_fd = -1;
- m->default_std_output = EXEC_OUTPUT_NULL;
-
#ifdef HAVE_AUDIT
m->audit_fd = -1;
#endif
#MountAuto=yes
#SwapAuto=yes
#DefaultControllers=cpu
-#DefaultStandardOutput=null
+#DefaultStandardOutput=inherit
#DefaultStandardError=inherit