|
|
On Thu, 3 Feb 2005, Andrew McGill wrote: > Around 11:45am on Wed, 2 Feb 2005 a mail from James Yonan said > ... > > > > QUESTION: Is there a way to configure openvpn to run in the > > > foreground and still log to syslog? (--daemon does the > > > logging to syslog, but also does fork() and exit()). > > > > There isn't any way to do this right now, though the patch to > > add the feature is so trivial that I've written it up: > The sound of progress :) > > I guess that keeping the listen()ing socket open in the face of > SIGUSR* would be difficult, even if it's neater in other ways. One could theoretically implement --persist-socket -- though at a certain point you are going to be persisting all state and so the restart becomes a no-op. At that point, just disable SIGUSR1. James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |