~modemmanager/modemmanager/ubuntu.quantal

« back to all changes in this revision

Viewing changes to debian/ubuntu/modemmanager.upstart

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2012-02-16 15:37:57 UTC
  • Revision ID: mathieu-tl@ubuntu.com-20120216153757-p0afjlfb50qj2409
debian/ubuntu/modemmanager.upstart: fix stop condition to make sure we stop
only when NetworkManager is stopped as much as possible, to avoid being
respawned by it via DBus. (LP: #869635, #919071)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# modemmanager - modem manager
2
2
#
3
 
# The Network Manager daemon manages the system's network connections,
4
 
# automatically switching between the best available.
 
3
# The ModemManager daemon manages the system's mobile broadband connections
 
4
# for NetworkManager.
5
5
 
6
6
description     "modem connection manager"
7
7
 
8
8
start on starting network-manager
9
 
stop on stopping network-manager
 
9
stop on stopped network-manager
10
10
 
11
11
expect fork
12
12
respawn