[systemd-devel] Antw: Re: Antw: Re: Unexpected behaviour not noticed by systemctl command

2019-10-13 Thread Ulrich Windl
>>> Mike Gilbert schrieb am 10.10.2019 um 21:09 in >>> Nachricht : > On Thu, Oct 10, 2019 at 4:46 AM Colin Guthrie wrote: >> >> Andy Pieters wrote on 08/10/2019 11:41: >> > forget about the stop. that was the context into which I discovered it. >> > >> > I am not saying stop should disable I am

Re: [systemd-devel] Unit dependencies for socket activated services

2019-10-13 Thread Mantas Mikulėnas
On Sun, Oct 13, 2019 at 5:07 PM Marc Haber wrote: > Hallo, > > when I want a normal service to be started only after the networks is > ready, I put > > |[Unit] > |After=network-online.target > |Wants=network-online.target > > into the service unit. > > Now I have a socket activated service which

[systemd-devel] Unit dependencies for socket activated services

2019-10-13 Thread Marc Haber
Hallo, when I want a normal service to be started only after the networks is ready, I put |[Unit] |After=network-online.target |Wants=network-online.target into the service unit. Now I have a socket activated service which I know won't properly start (but claim readiness) if started before the