Merge lp:~tiagosh/ubuntu-touch-session/ofono-setup-depend-on-pulseaudio into lp:ubuntu-touch-session

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 273
Merged at revision: 273
Proposed branch: lp:~tiagosh/ubuntu-touch-session/ofono-setup-depend-on-pulseaudio
Merge into: lp:ubuntu-touch-session
Diff against target: 12 lines (+1/-1)
1 file modified
upstart-session/ofono-setup.conf (+1/-1)
To merge this branch: bzr merge lp:~tiagosh/ubuntu-touch-session/ofono-setup-depend-on-pulseaudio
Reviewer Review Type Date Requested Status
Gustavo Pichorim Boiko (community) Approve
Review via email: mp+266142@code.launchpad.net

Commit message

Make ofono-setup depend on pulseaudio.

Description of the change

Make ofono-setup depend on pulseaudio.

To post a comment you must log in.
Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Looks good!

review: Approve

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 2015-02-04 17:04:57 +0000
3+++ upstart-session/ofono-setup.conf 2015-07-28 19:08:51 +0000
4@@ -1,7 +1,7 @@
5 description "Setup telepathy accounts when ofono and dbus start"
6 author "Oliver Grawert <ogra@canonical.com>"
7
8-start on started dbus
9+start on started dbus and started pulseaudio
10 stop on desktop-end
11
12 exec /usr/bin/ofono-setup

Subscribers

People subscribed via source and target branches