~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to utopic/etc/init/udev.conf

  • Committer: Dimitri John Ledkov
  • Date: 2014-11-19 12:58:41 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20141119125841-98dr37roy8dvcv3b
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# udev - device node and kernel event manager
2
 
#
3
 
# The udev daemon receives events from the kernel about changes in the
4
 
# /sys filesystem and manages the /dev filesystem.
5
 
 
6
 
description     "device node and kernel event manager"
7
 
 
8
 
start on virtual-filesystems
9
 
stop on runlevel [06]
10
 
 
11
 
expect fork
12
 
respawn
13
 
 
14
 
exec /lib/systemd/systemd-udevd --daemon