Skip to content

Commit

Permalink
Update Systemd File
Browse files Browse the repository at this point in the history
  • Loading branch information
jontyms committed May 14, 2024
1 parent 0313b39 commit 56d6870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ User=ubuntu
Group=www-data
WorkingDirectory=/home/onboard-user/OnboardLite/
Environment="PATH=/home/onboard-user/OnboardLite/"
ExecStart=/home/onboard-user/.local/bin/uvicorn index:app --host 127.0.0.1 --port 8000 --workers 2
ExecStart=python3.11 -m uvicorn index:app --host 127.0.0.1 --port 8000 --workers 2
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 56d6870

Please sign in to comment.