openvpn/fsl.openvpn

changeset 673
004b21be0b4c
equal deleted inserted replaced
-1:000000000000 0:c45b2d56e857
1 ##
2 ## fsl.openvpn -- OSSP fsl configuration
3 ##
4
5 ident (openvpn)/.+ q{
6 prefix(
7 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
8 )
9 -> {
10 debug: file(
11 path="@l_prefix@/var/openvpn/openvpn.log",
12 perm=0644, jitter=1, monitor=3600
13 )
14 }
15 };
16

mercurial