~jamesodhunt/upstart/bug-1356824

« back to all changes in this revision

Viewing changes to extra/conf/upstart-udev-bridge.conf

  • Committer: Scott James Remnant
  • Date: 2010-12-10 04:42:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1307.
  • Revision ID: scott@netsplit.com-20101210044234-viqv07o1s06n8s8n
Import the udev bridge from Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# upstart-udev-bridge - Bridge udev events into upstart
 
2
#
 
3
# This helper daemon receives udev events from the netlink socket and
 
4
# emits equivalent Upstart events.
 
5
 
 
6
description     "Bridge udev events into upstart"
 
7
 
 
8
start on starting udev
 
9
stop on stopped udev
 
10
 
 
11
expect daemon
 
12
respawn
 
13
 
 
14
exec upstart-udev-bridge --daemon