diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance/glance.init | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance/glance.init b/meta-openstack/recipes-devtools/python/python-glance/glance.init index 7a269d6..c61abaa 100644 --- a/meta-openstack/recipes-devtools/python/python-glance/glance.init +++ b/meta-openstack/recipes-devtools/python/python-glance/glance.init | |||
| @@ -28,6 +28,10 @@ start() | |||
| 28 | fi | 28 | fi |
| 29 | fi | 29 | fi |
| 30 | 30 | ||
| 31 | if [ ! -d /var/log/glance ]; then | ||
| 32 | mkdir /var/log/glance | ||
| 33 | fi | ||
| 34 | |||
| 31 | echo -n "Starting $DESC..." | 35 | echo -n "Starting $DESC..." |
| 32 | 36 | ||
| 33 | start-stop-daemon --start --quiet --background \ | 37 | start-stop-daemon --start --quiet --background \ |
