diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-04-12 19:09:20 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-04-12 19:09:20 +0200 |
commit | 2a3379c59cd6f1714c34b8560d6cee096eee38b5 (patch) | |
tree | 1de69e0b7e8226e7a90f46c132be8c17d4703a7d | |
parent | 1f7b899c2e74aaecbee8f36c0e87e2aaa29e757c (diff) | |
download | weston-common-2a3379c59cd6f1714c34b8560d6cee096eee38b5.tar.gz weston-common-2a3379c59cd6f1714c34b8560d6cee096eee38b5.tar.bz2 weston-common-2a3379c59cd6f1714c34b8560d6cee096eee38b5.zip |
fix ctrl+C killing weston
remove StandardInput=tty from display-manager-run.service
otherwise, a SIGINT is sent to weston when the user types ^C
Change-Id: Id6e8142f4fce170584ceeeb5a5d26df1099feca0
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r-- | display-manager-run.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/display-manager-run.service b/display-manager-run.service index 30afa9e..d791b5d 100644 --- a/display-manager-run.service +++ b/display-manager-run.service @@ -3,7 +3,6 @@ Description=Weston display daemon [Service] ExecStart=/usr/bin/weston-launch -u display -- -i0 -StandardInput=tty TTYPath=/dev/tty1 EnvironmentFile=/etc/sysconfig/weston |