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 |
||
| Line 1: | Line 1: | ||
[[Computer Notes]] > [[Python]] > Python - Running a server without terminating | |||
nohup python3 ''app_name.py'' & | nohup python3 ''app_name.py'' & | ||
Revision as of 18:04, 11 November 2025
Computer Notes > Python > Python - Running a server without terminating
nohup python3 app_name.py &