Open mrsofia opened 8 years ago
daemonize the process to make for easier start/stop/restart, updates, and a more reliable/non-hacked service in general
daemonizing also improves go-to-market monetization strategy which is a win-win for bringing synergy to the table
so far the process for deploy is as follows (it's pretty basic):
nohup python3 Main.py &
copy and paste the process ID PID generated into a file on the machine
PID
when you want to kill the process run kill <PID>
kill <PID>
daemonize the process to make for easier start/stop/restart, updates, and a more reliable/non-hacked service in general
daemonizing also improves go-to-market monetization strategy which is a win-win for bringing synergy to the table