Fix spelling of runlevel in init scripts

A number of the init templates in the OpenStack roles have the word
runlevel incorrectly spelt as runlelvl. This commit correct those
spelling mistakes.

Change-Id: I0d1b7d5c5cf088fecf07cf0e1bd676b4e4088e2b
Closes-bug: #1464603
(cherry picked from commit 8cbc495deb)
This commit is contained in:
git-harry 2015-06-13 10:21:17 +01:00 committed by Kevin Carter
parent 3078fd796a
commit 3ce293dff4
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ description "{{ program_name }}"
author "Kevin Carter <kevin.carter@rackspace.com>"
start on runlevel [2345]
stop on runlelvel [016]
stop on runlevel [016]
respawn
respawn limit 10 5

View File

@ -6,7 +6,7 @@ description "{{ program_name }}"
author "Kevin Carter <kevin.carter@rackspace.com>"
start on runlevel [2345]
stop on runlelvel [016]
stop on runlevel [016]
respawn
respawn limit 10 5

View File

@ -6,7 +6,7 @@ description "{{ program_name }}"
author "Kevin Carter <kevin.carter@rackspace.com>"
start on runlevel [2345]
stop on runlelvel [016]
stop on runlevel [016]
respawn
respawn limit 10 5

View File

@ -6,7 +6,7 @@ description "{{ program_name }}"
author "Kevin Carter <kevin.carter@rackspace.com>"
start on runlevel [2345]
stop on runlelvel [016]
stop on runlevel [016]
respawn
respawn limit 10 5

View File

@ -6,7 +6,7 @@ description "{{ program_name }}"
author "Kevin Carter <kevin.carter@rackspace.com>"
start on runlevel [2345]
stop on runlelvel [016]
stop on runlevel [016]
respawn
respawn limit 10 5

View File

@ -8,7 +8,7 @@ description "{{ program_name }}"
author "Kevin Carter <kevin.carter@rackspace.com>"
start on runlevel [2345]
stop on runlelvel [016]
stop on runlevel [016]
respawn
respawn limit 10 5