From cf23603e9341e513357abbba3643c4d0c0b897a0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 11 Apr 2012 17:08:42 +0200 Subject: Add config option PidFile. Note that `-i' on the command line overrides this config option. This closes RADSECPROXY-32. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index ea70ae4..d7bc627 100644 --- a/README +++ b/README @@ -24,13 +24,14 @@ instructions, please see the enclosed example file and the documentation at http://software.uninett.no/radsecproxy/?page=documentation -There are five options that may be specified on the command line: +The following options may be specified on the command line: "-c configfile" to specify a non-default config file path. "-d loglevel" to set a loglevel of 1, 2, 3, 4 and 5 where 5 is the most detailed. "-f" to run the proxy in the foreground with logging to stderr. Without "-f" the default is to detach as a daemon and log to syslog. +"-i pidfile" to name a file to which the PID is written. "-v" just prints version information and exits. "-p" (pretend) makes the proxy go through the configuration files as normal, but stops before creating any sockets or doing any -- cgit v1.1