mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-22 14:22:51 +01:00
Update BlitzAPI startup command (#2589)
This commit is contained in:
parent
cc8c0e2b50
commit
8b30b03dbb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ After=network.target
|
|||
WorkingDirectory=/home/admin/blitz_api
|
||||
# before every start update the config with latest credentials/settings
|
||||
ExecStartPre=-/home/admin/config.scripts/blitz.web.api.sh update-config
|
||||
ExecStart=sudo -u admin /usr/bin/python -m uvicorn main:app --reload --port 11111 --host=0.0.0.0 --root-path /api
|
||||
ExecStart=sudo -u admin /usr/bin/python -m uvicorn app.main:app --port 11111 --host=0.0.0.0 --root-path /api
|
||||
User=root
|
||||
Group=root
|
||||
Type=simple
|
||||
|
|
Loading…
Add table
Reference in a new issue