Re: [systemd-devel] Service activation

2022-02-13 Thread Wol
On 13/02/2022 16:42, Michael Biebl wrote: So the answer to that is nice and simple, "systemctl enable/start scarletdme.socket" no, you start a socket by "systemctl start". You enable a socket, service, unit,... via "systemctl enable" enable and start are different concepts. Yes. I know. But.

Re: [systemd-devel] Service activation

2022-02-13 Thread Michael Biebl
Am So., 13. Feb. 2022 um 17:01 Uhr schrieb Wols Lists : > > On 13/02/2022 15:46, Mantas Mikulėnas wrote: > > On Sun, Feb 13, 2022 at 1:09 PM Wols Lists > > wrote: > > > > On 13/02/2022 09:54, Mantas Mikulėnas wrote: > > > On Sun, Feb 13, 2022 at 2:03 AM Wo

Re: [systemd-devel] Service activation

2022-02-13 Thread Wols Lists
On 13/02/2022 15:46, Mantas Mikulėnas wrote: On Sun, Feb 13, 2022 at 1:09 PM Wols Lists > wrote: On 13/02/2022 09:54, Mantas Mikulėnas wrote: > On Sun, Feb 13, 2022 at 2:03 AM Wol mailto:antli...@youngman.org.uk> >

Re: [systemd-devel] Service activation

2022-02-13 Thread Mantas Mikulėnas
On Sun, Feb 13, 2022 at 1:09 PM Wols Lists wrote: > On 13/02/2022 09:54, Mantas Mikulėnas wrote: > > On Sun, Feb 13, 2022 at 2:03 AM Wol > > wrote: > > > > More fun getting things to work ... :-) > > > > So I've got a service, scarletdme.service, which fi

Re: [systemd-devel] Service activation

2022-02-13 Thread Wols Lists
On 13/02/2022 09:54, Mantas Mikulėnas wrote: On Sun, Feb 13, 2022 at 2:03 AM Wol > wrote: More fun getting things to work ... :-) So I've got a service, scarletdme.service, which fires up my db backend for running interactively. However, I also need

Re: [systemd-devel] Service activation

2022-02-13 Thread Mantas Mikulėnas
On Sun, Feb 13, 2022 at 2:03 AM Wol wrote: > More fun getting things to work ... :-) > > So I've got a service, scarletdme.service, which fires up my db backend > for running interactively. However, I also need a socket service for > remote connections. > > I've got the xinetd files, but if I'm r