From d5ab728e85409b5074d4d61aaf5ba60862528e60 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 30 May 2019 23:33:21 +0100 Subject: Implement daemon (background) mode by default with optional foreground mode that can be specified on the command line. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') diff --git a/README b/README index 9bee79b..c399a62 100644 --- a/README +++ b/README @@ -8,6 +8,14 @@ To compile run "make". To run from the current directory once compiled run "./blabouncer". +Running with command line arguments takes the form: +./blabouncer [-f] [-c /path/to/blabouncer.conf] + +-f sets foreground mode (without this, blabouncer will detach and run in the background as a daemon) +-c sets a path to a configuration file (this is optional) + +Arguments are all optional, but they must be specified in the order shown above. + == Configuration == An example configuration file is provided named "blabouncer.conf". -- cgit v1.2.3