/etc/init/ceph-create-keys.conf is in ceph 0.79-0ubuntu1.
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 | description "Create Ceph client.admin key when possible"
start on started ceph-mon
stop on stopping ceph-mon
task
exec /usr/sbin/ceph-create-keys --cluster="${cluster:-ceph}" -i "${id:-$(hostname)}"
|