diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-08 04:09:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-08 04:09:17 +0200 |
commit | 1e3ad081efda42dd1cc737ce7e98be8889c78340 (patch) | |
tree | 95e2dab095999baa69ad62d413e72b318daf8760 /src/mount.c | |
parent | 398ef8ba0266cca453d90a90b3a2aa1caa44189f (diff) |
execute: if the main process of a service already owns the TTY, don't wait for acquiring it again in the reload/stop step
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 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; |