]> git.tuebingen.mpg.de Git - dss.git/commitdiff
Allow to run in daemon mode without log file.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 29 Dec 2015 16:10:05 +0000 (16:10 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 3 Mar 2016 14:34:48 +0000 (15:34 +0100)
It's kind of silly to insist in having a log file in daemon mode.

This commit removes the dependency of --daemon on --logfile and makes
/dev/null the default log file. Consequently, running dss --daemon
--run without specifying --logfile no longer fails, and nothing will
be logged by default.

The documentation is updated accordingly.


No differences found