update mtl-aas to run gunicorn server instead of flask dev server
This commit is contained in:
parent
8cd3a22367
commit
bc3e192f88
2 changed files with 5 additions and 5 deletions
|
|
@ -24,7 +24,7 @@
|
|||
# run MTL-aas as a systemd service
|
||||
systemd.services.mtl-aas = {
|
||||
script = ''
|
||||
${mtl-aas}/bin/run_server
|
||||
${mtl-aas}/bin/run_gunicorn
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "exec";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue