Update patches
[openstack-build/cinder-build.git] / rpm / SOURCES / openstack-cinder-api.upstart
1 description "OpenStack Cinder API Server"
2
3 start on stopped rc RUNLEVEL=[2345]
4 stop on runlevel [S016]
5
6 respawn
7
8 exec su -s /bin/sh -c "exec /usr/bin/cinder-api --config-file /usr/share/cinder/cinder-dist.conf --config-file /etc/cinder/cinder.conf --logfile /var/log/cinder/api.log" cinder