From 1e3ad081efda42dd1cc737ce7e98be8889c78340 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Jul 2010 04:09:17 +0200 Subject: execute: if the main process of a service already owns the TTY, don't wait for acquiring it again in the reload/stop step --- src/mount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mount.c') diff --git a/src/mount.c b/src/mount.c index 50fe85cb7c..e7fdcc84f3 100644 --- a/src/mount.c +++ b/src/mount.c @@ -535,6 +535,7 @@ static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) { true, true, m->meta.manager->confirm_spawn, + true, m->meta.cgroup_bondings, &pid)) < 0) goto fail; -- cgit v1.2.3-54-g00ecf