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/execute.h | |
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/execute.h')
-rw-r--r-- | src/execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/execute.h b/src/execute.h index 2e0e6cca3c..a9075fe0eb 100644 --- a/src/execute.h +++ b/src/execute.h @@ -196,6 +196,7 @@ int exec_spawn(ExecCommand *command, char **environment, bool apply_permissions, bool apply_chroot, + bool apply_tty_stdin, bool confirm_spawn, struct CGroupBonding *cgroup_bondings, pid_t *ret); |