Merge lp:~vicamo/lxc-android-config/fix-systemd-service-startup into lp:lxc-android-config

Proposed by You-Sheng Yang
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 25
Merged at revision: 25
Proposed branch: lp:~vicamo/lxc-android-config/fix-systemd-service-startup
Merge into: lp:lxc-android-config
Diff against target: 13 lines (+2/-1)
1 file modified
debian/lxc-android-config.service (+2/-1)
To merge this branch: bzr merge lp:~vicamo/lxc-android-config/fix-systemd-service-startup
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+306435@code.launchpad.net

Commit message

Align to current upstart setup and run android container in the background.

Description of the change

Align to current upstart setup and run android container in the background.

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

Seems to work as intended.

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

Confirmed landed in 0.230+16.04.20161004-0ubuntu1, rootfs rev 51.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/lxc-android-config.service'
2--- debian/lxc-android-config.service 2015-09-02 07:50:44 +0000
3+++ debian/lxc-android-config.service 2016-09-22 10:18:01 +0000
4@@ -4,8 +4,9 @@
5 After=cgmanager.service
6
7 [Service]
8+Type=forking
9 ExecStartPre=/usr/lib/lxc-android-config/copy-udev-unflipped
10-ExecStart=/usr/bin/lxc-start -n android -F -- /init
11+ExecStart=/usr/bin/lxc-start -n android -d -- /init
12 ExecStartPost=/usr/lib/lxc-android-config/lxc-android-ready
13 ExecStop=/usr/bin/lxc-stop -n android -k
14

Subscribers

People subscribed via source and target branches