Merge lp:~vicamo/lxc-android-config/foreground-upstart-local-bridge into lp:lxc-android-config

Proposed by You-Sheng Yang
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 30
Merged at revision: 30
Proposed branch: lp:~vicamo/lxc-android-config/foreground-upstart-local-bridge
Merge into: lp:lxc-android-config
Diff against target: 14 lines (+1/-2)
1 file modified
lib/systemd/system/upstart-local-bridge.service (+1/-2)
To merge this branch: bzr merge lp:~vicamo/lxc-android-config/foreground-upstart-local-bridge
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+308097@code.launchpad.net

Commit message

Run upstart-local-bridge in the foreground to help adb shell stability.

Description of the change

Run upstart-local-bridge in the foreground to help adb shell stability.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Looks good.

review: Approve
Revision history for this message
You-Sheng Yang (vicamo) wrote :
Revision history for this message
You-Sheng Yang (vicamo) wrote :

Confirmed included in version 0.230+16.04.20161011-0ubuntu1, rootfs rev59.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/systemd/system/upstart-local-bridge.service'
2--- lib/systemd/system/upstart-local-bridge.service 2016-09-29 09:18:31 +0000
3+++ lib/systemd/system/upstart-local-bridge.service 2016-10-11 08:37:17 +0000
4@@ -3,9 +3,8 @@
5 Before=lxc-android-config.service
6
7 [Service]
8-Type=forking
9 ExecStartPre=/bin/mkdir -p /dev/socket
10-ExecStart=/sbin/upstart-local-bridge --daemon --event=android-container --path=/dev/socket/upstart-text-bridge
11+ExecStart=/sbin/upstart-local-bridge --event=android-container --path=/dev/socket/upstart-text-bridge
12
13 [Install]
14 WantedBy=multi-user.target

Subscribers

People subscribed via source and target branches