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
(Created page with "nohup python3 ''app_name.py'' &") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[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 &