1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-08-25 13:50:12 +03:00

mount: don't pull in stdio logger for root mount unit

This commit is contained in:
Lennart Poettering
2011-04-13 04:34:35 +02:00
parent e5a53dc746
commit d893269d9f

View File

@ -65,7 +65,11 @@ static void mount_init(Unit *u) {
m->directory_mode = 0755;
exec_context_init(&m->exec_context);
m->exec_context.std_output = EXEC_OUTPUT_KMSG;
/* The stdio/kmsg bridge socket is on /, in order to avoid a
* dep loop, don't use kmsg logging for -.mount */
if (!unit_has_name(u, "-.mount"))
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