]> git.tuebingen.mpg.de Git - dss.git/commit
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)
commitd13861de884e6d76fb854d1869e7c4373d619b6e
treed21c8989ac08ef504e0dc031fd5f58e13926e1a7
parent4a8f63a0c7bfc1f92bda9d9e882d0f00cc50e79b
Allow to run in daemon mode without log file.

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.
dss.ggo