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
This commit is contained in:
git-harry 2015-06-13 10:21:17 +01:00
parent 6d145ce0d9
commit f28cbae179

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