From f6cebb3bd5a00d79c8131637c0f6796a75e6af99 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Sat, 19 Nov 2011 02:47:09 +0100 Subject: let mount and swap units log to the configured defaults Related-to: https://bugzilla.redhat.com/show_bug.cgi?id=750032 --- src/swap.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/swap.c') diff --git a/src/swap.c b/src/swap.c index 54a8640aa4..4fa30a3e32 100644 --- a/src/swap.c +++ b/src/swap.c @@ -74,7 +74,7 @@ static void swap_unset_proc_swaps(Swap *s) { s->parameters_proc_swaps.what = NULL; } - static void swap_init(Unit *u) { +static void swap_init(Unit *u) { Swap *s = SWAP(u); assert(s); @@ -83,7 +83,8 @@ static void swap_unset_proc_swaps(Swap *s) { s->timeout_usec = DEFAULT_TIMEOUT_USEC; exec_context_init(&s->exec_context); - s->exec_context.std_output = EXEC_OUTPUT_KMSG; + s->exec_context.std_output = u->meta.manager->default_std_output; + s->exec_context.std_error = u->meta.manager->default_std_error; s->parameters_etc_fstab.priority = s->parameters_proc_swaps.priority = s->parameters_fragment.priority = -1; -- cgit v1.2.3-54-g00ecf