Python - Running a server without terminating: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Computer Notes]] > [[Python]] > Python - Running a server without terminating | [[Computer Notes]] > [[Python]] > [[Python - Running a server without terminating]] | ||
nohup python3 ''app_name.py'' & | nohup python3 ''app_name.py'' & | ||
Latest revision as of 18:05, 11 November 2025
Computer Notes > Python > Python - Running a server without terminating
nohup python3 app_name.py &