diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-11 17:08:42 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-11 17:08:42 +0200 |
commit | cf23603e9341e513357abbba3643c4d0c0b897a0 (patch) | |
tree | 7ba867e0e6617e3360bac522a44a9db547d8f699 /README | |
parent | 3a4d6a85fb9ca74775b87080fc44c393836007de (diff) |
Add config option PidFile.
Note that `-i' on the command line overrides this config option.
This closes RADSECPROXY-32.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |