summaryrefslogtreecommitdiffstats
path: root/servers/setup.cfg
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-08-29 15:53:25 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-08-30 08:46:57 -0400
commit2c6fc760919cc214413874d60489e3643b639692 (patch)
tree65e57c81daf4a13fabc292c4e43eede7a472134f /servers/setup.cfg
parent803c6f1be7f589043c817a2b00fac5b0af93d200 (diff)
downloadphosphor-rest-server-2c6fc760919cc214413874d60489e3643b639692.tar.gz
phosphor-rest-server-2c6fc760919cc214413874d60489e3643b639692.zip
Split server and application
Provide the REST server as a python module, enabling it to be hosted by any WSGI provider. Provide a Rocket startup script with configurable WSGI application. Change-Id: I1a9c25b10c33b08dfb8f60dc6c33aaf727562a9f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'servers/setup.cfg')
-rw-r--r--servers/setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/servers/setup.cfg b/servers/setup.cfg
new file mode 100644
index 0000000..ed3bf6e
--- /dev/null
+++ b/servers/setup.cfg
@@ -0,0 +1,2 @@
+[install]
+install_scripts=/usr/sbin
OpenPOWER on IntegriCloud