|
|
Claas Hilbrecht <claas+maillinglists.openvpn@xxxxxxxxxxxxxxxxx> said: > I wonder if it is possible to support a SIGUSR3 to dump the current > statictics to stdout even if openvpn is running as a daemon. That doesn't really work because daemons don't have access to an interactive stdout (i.e. where would the output go if no one was logged in?). The best a daemon can do is write to a file or pipe. James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |