2e65939bfd
As part of building out the Barbican network of nodes, this commit adds files and configuration to create an RPM package for the Barbican worker nodes. Files needed to make this work as part of a network of Barbican API, queue, worker and database nodes are also added. Change-Id: I87a36b7c09bbd3fec7661ce6adbcbb5b0c6df689
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
# Barbican Worker upstart script
|
|
# Used in deb build. Keep in sync with etc/init/barbican-worker.conf
|
|
|
|
description "Barbican Key Management Workers"
|
|
start on runlevel [2345]
|
|
stop on runlevel [06]
|
|
|
|
script
|
|
/usr/bin/barbican-worker
|
|
end script
|