iamjerrchen / p2p_messaging_network

0 stars 0 forks source link

Daemonize the Server #2

Closed iamjerrchen closed 6 years ago

iamjerrchen commented 6 years ago

We will need to daemonize the server so that it doesn't require an active terminal. Use this stackoverflow thread as reference: https://stackoverflow.com/questions/17954432/creating-a-daemon-in-linux/17955149#17955149

iamjerrchen commented 6 years ago

Added basic daemonization functionality similar to reference.