Update unit.json
This commit is contained in:
parent
7c01c58592
commit
c2bca54fca
|
@ -15,9 +15,9 @@
|
||||||
"applications": {
|
"applications": {
|
||||||
"racist_application": {
|
"racist_application": {
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"working_directory": "/root/stm32-fmt-code/access_control_python_server",
|
"working_directory": "/app/stm32-fmt-code/access_control_python_server",
|
||||||
"home": "/root/iot-venv",
|
"home": "/app/iot-venv",
|
||||||
"path": "/root/stm32-fmt-code/access_control_python_server",
|
"path": "/app/stm32-fmt-code/access_control_python_server",
|
||||||
"module": "app",
|
"module": "app",
|
||||||
"callable": "app"
|
"callable": "app"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue