Re: systemd and non-existent service instances

2020-07-19 Thread Richard Hector
On 19/07/20 9:46 pm, Darac Marjal wrote: > > On 19/07/2020 10:10, Richard Hector wrote: >> Hi all, >> >> I'm running into a problem with systemd and my openvpn instances. >> >> To start a vpn, I run 'systemctl start openvpn-client@foo_host2' or >> similar. That has to be an underscore, because as

Re: systemd and non-existent service instances

2020-07-19 Thread Richard Hector
On 19/07/20 9:34 pm, Andrei POPESCU wrote: > On Du, 19 iul 20, 21:10:40, Richard Hector wrote: >> Hi all, >> >> I'm running into a problem with systemd and my openvpn instances. >> >> To start a vpn, I run 'systemctl start openvpn-client@foo_host2' or >> similar. That has to be an underscore, bec

Re: systemd and non-existent service instances

2020-07-19 Thread Darac Marjal
On 19/07/2020 10:10, Richard Hector wrote: > Hi all, > > I'm running into a problem with systemd and my openvpn instances. > > To start a vpn, I run 'systemctl start openvpn-client@foo_host2' or > similar. That has to be an underscore, because as far as I can see, > using a hyphen/dash will break

Re: systemd and non-existent service instances

2020-07-19 Thread Andrei POPESCU
On Du, 19 iul 20, 21:10:40, Richard Hector wrote: > Hi all, > > I'm running into a problem with systemd and my openvpn instances. > > To start a vpn, I run 'systemctl start openvpn-client@foo_host2' or > similar. That has to be an underscore, because as far as I can see, > using a hyphen/dash wil

systemd and non-existent service instances

2020-07-19 Thread Richard Hector
Hi all, I'm running into a problem with systemd and my openvpn instances. To start a vpn, I run 'systemctl start openvpn-client@foo_host2' or similar. That has to be an underscore, because as far as I can see, using a hyphen/dash will break the instance mechanism. Of course, the actual hostname h