Add uwsgi server launching script
This commit is contained in:
parent
f0a84ceb8a
commit
e17c4ca0a2
8
script/uwsgi_server
Executable file
8
script/uwsgi_server
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# script/uwsgi_server: Launch the UWSGI server
|
||||
|
||||
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||
|
||||
# Launch UWSGI
|
||||
run_command "uwsgi --ini ${UWSGI_CONFIG_FULLPATH}"
|
Loading…
x
Reference in New Issue
Block a user