Re: [Openvpn-users] systemd load custom server configs

2018-05-16 Thread David Sommerseth
Top posting to ensure this is being read. Please do read the README.systemd file carefully: And please do *avoid* using the openvpn@.service unit approach. It is generally not doing the right thing with

Re: [Openvpn-users] systemd load custom server configs

2018-05-16 Thread Alex K
Hi Jiri, I did exactly that and now is ok. Thanx, Alex On Wed, May 16, 2018 at 11:26 AM, Jiří Kraml wrote: > Hi Alex, > > some systemd services are parameterized (the part after "@"). Your systemd > service file for OpenVPN takes the config name as parameter. Which is

Re: [Openvpn-users] systemd load custom server configs

2018-05-16 Thread Jiří Kraml
Hi Alex, some systemd services are parameterized (the part after "@"). Your systemd service file for OpenVPN takes the config name as parameter. Which is why you have to call systemctl start openvpn@serverA To get the services to start on boot, try systemctl enable openvpn@serverA