Re: [Openvpn-devel] [PATCH 1/2] move systemd specific code to platform.c

2016-12-29 Thread Gert Doering
Hi, On Thu, Dec 29, 2016 at 07:57:26PM +0100, Christian Hesse wrote: > From: Christian Hesse > > We have voices that do not want to "litter ENABLE_SYSTEMD all over the > code". So move the systemd specific bits to platform_notify() in > platform.c. While this is better, it's still far from a pr

[Openvpn-devel] [PATCH 1/2] move systemd specific code to platform.c

2016-12-29 Thread Christian Hesse
From: Christian Hesse We have voices that do not want to "litter ENABLE_SYSTEMD all over the code". So move the systemd specific bits to platform_notify() in platform.c. Signed-off-by: Christian Hesse --- src/openvpn/init.c | 23 +-- src/openvpn/platform.c | 13