cjb / GitTorrent

A decentralization of GitHub using BitTorrent and Bitcoin
MIT License
4.75k stars 264 forks source link

Add a --daemon option (or something similar) #67

Open ericwooley opened 8 years ago

ericwooley commented 8 years ago

It would be nice to have an option to run this in the background, you could always use & I guess, but it always feels hacky.

Tzrlk commented 8 years ago

Would that be significantly different from gittorrentd?

cjb commented 8 years ago

@Tzrlk I think the idea is to add a gittorrentd -d that behaves identically to gittorrentd & but either doesn't print any logs, or saves logs somewhere special. Seems like a good idea, happy to take a patch!

ericwooley commented 8 years ago

@Tzrlk gittorrentd runs in the forground. daemons are usually running in the background.