Skip to content

Commit

Permalink
fix the service name
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Dec 19, 2024
1 parent fbbe514 commit 3848bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/uvicorn.service
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ExecStart=/usr/bin/unbuffer ROOT/var/swarms/agent_workspace/.venv/bin/uvicorn \
--forwarded-allow-ips='*' \
--workers=4 \
--port=5474 \
main:create_app
api:app

ExecReload=/bin/kill -HUP ${MAINPID}
RestartSec=10
Expand Down

0 comments on commit 3848bad

Please sign in to comment.