~awe/phablet-extras/ofono-lp1188404

« back to all changes in this revision

Viewing changes to debian/ofono.upstart

  • Committer: Tarmac
  • Author(s): Tony Espy
  • Date: 2013-04-11 01:00:53 UTC
  • mfrom: (27.1.8 ofono-raring)
  • Revision ID: tarmac-20130411010053-u5x1792w0e3r62l4
Re-based ofono/RILD code on new upstream version ofono-1.12-0ubuntu2b1 from Raring.
.

Approved by Ricardo Salveti, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
expect fork
7
7
respawn
8
8
 
9
 
exec ofonod
 
9
exec ofonod --noplugin=atmodem
 
10
 
 
11
pre-start script
 
12
  sleep 8
 
13
end script
 
14