Merge lp:~vicamo/ubuntu-touch-session/bug-1644445-depends-on-android-target into lp:ubuntu-touch-session

Proposed by You-Sheng Yang
Status: Needs review
Proposed branch: lp:~vicamo/ubuntu-touch-session/bug-1644445-depends-on-android-target
Merge into: lp:ubuntu-touch-session
Diff against target: 12 lines (+2/-2)
1 file modified
systemd-overrides/display-manager.service.d/ubuntu-touch-session.conf (+2/-2)
To merge this branch: bzr merge lp:~vicamo/ubuntu-touch-session/bug-1644445-depends-on-android-target
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+311692@code.launchpad.net

Description of the change

systemd: depends on android.target instead

In the upstart age, a special target 'android' was created to signal the lxc android container has completed cold boot and is ready for use. This prevents other services like lightdm from accessing resources when the container is not actually ready and dying expectedly. (LP: 1644445)

To post a comment you must log in.
Revision history for this message
You-Sheng Yang (vicamo) wrote :

Unmerged revisions

296. By You-Sheng Yang

systemd: depends on android.target instead

In the upstart age, a special target 'android' was created to signal the lxc android container has completed cold boot and is ready for use. This prevents other services like lightdm from accessing resources when the container is not actually ready and dying expectedly. (LP: 1644445)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'systemd-overrides/display-manager.service.d/ubuntu-touch-session.conf'
2--- systemd-overrides/display-manager.service.d/ubuntu-touch-session.conf 2015-01-16 10:33:35 +0000
3+++ systemd-overrides/display-manager.service.d/ubuntu-touch-session.conf 2016-11-24 07:15:32 +0000
4@@ -1,6 +1,6 @@
5 [Unit]
6-Requires=lxc-android-config.service
7-After=lxc-android-config.service
8+Requires=android.target
9+After=android.target
10
11 [Service]
12 LimitNICE=40

Subscribers

People subscribed via source and target branches