Skip to content

Commit 8462925

Browse files
authored
Run in detached (background) mode instructions
1 parent 69f8b54 commit 8462925

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

skeleton/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ Voila!!!
3535

3636
That is your custom app skeleton structure built on top of `proxy.py`. Now copy the `app` directory
3737
outside of `proxy.py` repo and create your own git repo. Customize the `app` for your project needs
38+
39+
## Run in detached (backgound) mode
40+
41+
1. For one-off use cases, you can directly use the following command to start the app in background:
42+
`python -m app 2>&1 &`
43+
2. For production usage, you likely want a process control manager e.g. supervisord, systemd etc

0 commit comments

Comments
 (0)