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 /radsecproxy.conf.5.xml | |
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 'radsecproxy.conf.5.xml')
-rw-r--r-- | radsecproxy.conf.5.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index 35182f0..d5e4c10 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -126,6 +126,17 @@ blocktype name { </para> <variablelist> <varlistentry> + <term><literal>PidFile</literal></term> + <listitem> + <para> + The PidFile option specifies the name of a file to which + the process id (PID) will be written. This is overridden + by the <option>-i</option> command line option. There is + no default value for the PidFile option. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><literal>LogLevel</literal></term> <listitem> <para> |