/etc/init/keystone.conf is in keystone 1:2014.1.3-0ubuntu2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | description "Keystone API server"
author "Soren Hansen <soren@linux2go.dk>"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
exec start-stop-daemon --start --chuid keystone \
--chdir /var/lib/keystone --name keystone \
--exec /usr/bin/keystone-all
|