How to create daemon unit for fastapi server with poetry?
I created a shell script for start my fastapi server which located in my-dir. It works properly when I run it with ./script.sh
. Server runs.
I created a shell script for start my fastapi server which located in my-dir. It works properly when I run it with ./script.sh
. Server runs.