~ubuntu-branches/ubuntu/oneiric/acpid/oneiric

« back to all changes in this revision

Viewing changes to debian/acpid.upstart

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-20 15:03:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110520150302-l9qhmdzy4338w2ze
Tags: 1:2.0.10-1ubuntu1
* Merge with Debian; remaining changes:
  - see 1:2.0.9-1ubuntu1 changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# acpid - ACPI daemon
 
2
#
 
3
# The ACPI daemon provides a socket for other daemons to multiplex kernel
 
4
# ACPI events from, and a framework for reacting to those events.
 
5
 
 
6
description     "ACPI daemon"
 
7
 
 
8
start on runlevel [2345]
 
9
stop on runlevel [!2345]
 
10
 
 
11
expect fork
 
12
respawn
 
13
 
 
14
exec acpid -c /etc/acpi/events -s /var/run/acpid.socket