07d1a50de3
barbican-api.conf files renamed to barbican.conf Updated references in code from barbican-api.conf to barbican.conf Updated references in docs from barbican-api.conf to barbican.conf Change-Id: I89c4c7fdf7fee2dd73e40bdba6052dcd5213d932 Closes-bug: #1459682
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
# Barbican upstart script
|
|
# Used in rpm build. Keep in sync with debian/barbican-api.upstart
|
|
|
|
description "Barbican Key Management APIs"
|
|
start on runlevel [2345]
|
|
stop on runlevel [06]
|
|
|
|
#TODO(jwood) Parameterize the stats port address.
|
|
script
|
|
uwsgi --master --die-on-term --emperor /etc/barbican/vassals --logto /var/log/barbican/barbican-api.log --stats localhost:9314
|
|
end script
|