diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.init (renamed from meta-openstack/recipes-devtools/python/python-nova/nova-compute) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-compute b/meta-openstack/recipes-devtools/python/python-nova/nova.init index 024b099..3a2bbac 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova-compute +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.init | |||
| @@ -6,13 +6,14 @@ | |||
| 6 | # Required-Stop: $remote_fs $syslog | 6 | # Required-Stop: $remote_fs $syslog |
| 7 | # Default-Start: 3 5 | 7 | # Default-Start: 3 5 |
| 8 | # Default-Stop: 0 1 2 6 | 8 | # Default-Stop: 0 1 2 6 |
| 9 | # Short-Description: OpenStack Compute (Nova) - compute | 9 | # Short-Description: OpenStack Compute (Nova) - @suffix@ |
| 10 | # Description: OpenStack Compute (Nova) - compute | 10 | # Description: OpenStack Compute (Nova) - @suffix@ |
| 11 | ### END INIT INFO | 11 | ### END INIT INFO |
| 12 | 12 | ||
| 13 | DESC="nova-compute" | 13 | SUFFIX="@suffix@" |
| 14 | DAEMON="/usr/bin/nova-compute" | 14 | DESC="nova-@suffix@" |
| 15 | PIDFILE="/var/run/nova-compute.pid" | 15 | DAEMON="/usr/bin/nova-$SUFFIX" |
| 16 | PIDFILE="/var/run/nova-$SUFFIX.pid" | ||
| 16 | 17 | ||
| 17 | start () | 18 | start () |
| 18 | { | 19 | { |
