diskimage-builder/elements/keystone/first-boot.d/etc_init_keystone.conf

10 lines
199 B
Plaintext
Raw Normal View History

description "OpenStack Keystone service"
start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [016]
respawn
exec su -s /bin/sh -c "exec /opt/stack/keystone/bin/keystone-all"