~ubuntu-branches/ubuntu/precise/keystone/precise-security

« back to all changes in this revision

Viewing changes to debian/keystone.upstart

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Soren Hansen, Chuck Short
  • Date: 2011-08-23 10:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110823101822-fco4rm92tz3jrj4y
Tags: 1.0~d4~20110823.1078-0ubuntu1
[Soren Hansen]
* Add keystone-docs package.

[Chuck Short]
* New upstream snapshot.
* Bump standards version to 3.9.2.
* Update build dependencies.
* Update run-time dependencies.
* Remove test_fix.patch no longer needed.
* Update watch file.
* Add get-orig-source in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
description "Keystone API server"
 
2
author "Soren Hansen <soren@linux2go.dk>"
 
3
 
 
4
start on (local-filesystems and net-device-up IFACE!=lo)
 
5
stop on runlevel [016]
 
6
 
 
7
respawn
 
8
 
 
9
exec su -c "keystone --log-dir=/var/log/keystone --log-file=api.log" keystone