mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
fix path error in servicefile
This commit is contained in:
parent
aec0279135
commit
910616ef43
@ -6,7 +6,7 @@ After=network.target
|
|||||||
User=root
|
User=root
|
||||||
WorkingDirectory=/etc/raspap/api
|
WorkingDirectory=/etc/raspap/api
|
||||||
LimitNOFILE=4096
|
LimitNOFILE=4096
|
||||||
ExecStart=/usr/bin/python3 uvicorn main:app --host 0.0.0.0 --port 8081
|
ExecStart=/usr/bin/python3 -m uvicorn main:app --host 0.0.0.0 --port 8081
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user