Merge lp:~tiagosh/ubuntu-touch-session/rtm-14.09-fix-1399769 into lp:ubuntu-touch-session/rtm-14.09

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Bill Filler
Approved revision: 243
Merged at revision: 243
Proposed branch: lp:~tiagosh/ubuntu-touch-session/rtm-14.09-fix-1399769
Merge into: lp:ubuntu-touch-session/rtm-14.09
Diff against target: 13 lines (+2/-2)
1 file modified
upstart-session/ofono-setup.conf (+2/-2)
To merge this branch: bzr merge lp:~tiagosh/ubuntu-touch-session/rtm-14.09-fix-1399769
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+244629@code.launchpad.net

Commit message

Wait for ofono in order to create telepathy accounts. Fixes: #1399769

Description of the change

Wait for ofono in order to create telepathy accounts. Fixes: #1399769

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'upstart-session/ofono-setup.conf'
2--- upstart-session/ofono-setup.conf 2013-10-15 21:04:37 +0000
3+++ upstart-session/ofono-setup.conf 2014-12-12 16:30:50 +0000
4@@ -1,7 +1,7 @@
5-description "Setup oFono when unity8 starts"
6+description "Setup telepathy accounts when ofono and dbus start"
7 author "Oliver Grawert <ogra@canonical.com>"
8
9-start on started dbus
10+start on (:sys:started JOB=ofono) and (started dbus)
11 stop on desktop-end
12
13 exec /usr/bin/ofono-setup

Subscribers

People subscribed via source and target branches