mrsofia / grovebot

Telegram bot for music sharing.
http://thegrove.site/
GNU General Public License v3.0
4 stars 0 forks source link

daemonize the process #5

Open mrsofia opened 8 years ago

mrsofia commented 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

mrsofia commented 8 years ago

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

when you want to kill the process run kill <PID>