~ubuntu-branches/ubuntu/vivid/ironic/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/ironic-conductor.init.in

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-03-30 11:14:57 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150330111457-kr4ju3guf22m4vbz
Tags: 2015.1~b3-0ubuntu1
* New upstream release.
  + d/control: 
    - Align with upstream dependencies.
    - Add dh-python to build-dependencies.
    - Add psmisc as a dependency. (LP: #1358820)
  + d/p/fix-requirements.patch: Rediffed.
  + d/ironic-conductor.init.in: Fixed typos in LSB headers,
    thanks to JJ Asghar. (LP: #1429962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
### BEGIN INIT INFO
3
 
# Provides:          ironic-api
 
3
# Provides:          ironic-conductor
4
4
# Required-Start:    $network $local_fs $remote_fs $syslog
5
5
# Required-Stop:     $remote_fs
6
6
# Should-Start:      postgresql mysql keystone ntp rabbitmq-server
7
7
# Should-Stop:       postgresql mysql keystone ntp rabbitmq-server
8
8
# Default-Start:     2 3 4 5
9
9
# Default-Stop:      0 1 6
10
 
# Short-Description: Baremetal API server
 
10
# Short-Description: Baremetal Conductor server
11
11
# Description:       Frontend Baremetal (Ironic) API server
12
12
### END INIT INFO
13
13