Fix os-svc-daemon missing env in upstart jobs

Recent changes landed to set the environment variable
OS_SVC_ENABLE_CONTROL=1 but the env statement was left out, rendering
the upstart job completely broken as the syntax is now invalid.

Change-Id: I88a7a63304d1fe759067e47e2fab88ee27f91914
This commit is contained in:
Clint Byrum 2013-12-16 07:41:58 -08:00
parent e4139a9e10
commit a6f86e6ef9
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ start on runlevel [2345]
stop on runlevel [016]
$env_entries
OS_SVC_ENABLE_CONTROL=1
env OS_SVC_ENABLE_CONTROL=1
pre-start script
mkdir -p /var/run/$user