Merge "Update RPM-specs to 2013.2 version" into openstack-ci/build/havana
[openstack-build/cinder-build.git] / rpm / SOURCES / openstack-cinder-backup.upstart
1 description "OpenStack Cinder Backup 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-backup --config-file /etc/cinder/cinder.conf --logfile /var/log/cinder/backup.log" cinder