plugorgau / eventstreamr

Single and multi room audio visual stream management.
GNU Affero General Public License v3.0
6 stars 12 forks source link

Daemon Mode by Default #5

Closed techman83 closed 10 years ago

techman83 commented 10 years ago

Add a cmd line option for debug mode.

jason-nicholls commented 10 years ago

added --debug option (off by default) added --no-daemon option (daemonized by default)

old DEBUG=1 mode is accomplished by doing --debug --no-daemon (i.e. both options).