diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-15 11:52:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-15 11:52:29 +0100 |
commit | 0a494f1ff323ef36b7acc637c198fdfa240c2bb2 (patch) | |
tree | b266f13b03e348b017d62592aa38fd08daecddb3 /src/mount.c | |
parent | b7cf1b68a79833411851fa547ac9b4906207c224 (diff) |
exec: introduce global defaults for the standard output of services
Diffstat (limited to 'src/mount.c')
-rw-r--r-- | src/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount.c b/src/mount.c index d9f3da6c48..1f311cee41 100644 --- a/src/mount.c +++ b/src/mount.c @@ -64,6 +64,7 @@ static void mount_init(Unit *u) { m->directory_mode = 0755; exec_context_init(&m->exec_context); + m->exec_context.std_output = EXEC_OUTPUT_KMSG; /* We need to make sure that /bin/mount is always called in * the same process group as us, so that the autofs kernel |