Re: Network-online.target

2020-10-05 Thread Amaresh Kotekal
Thank you for the clarification.

On Mon, 5 Oct, 2020, 6:30 pm Laurent Bercot, 
wrote:

> >How to port network-online.target of systemd to S6 ?
> >
> >Some of the services requires network-online.target to be executed
>
>   Hi Amaresh,
>   It's basically impossible to answer this question without understanding
> the bigger picture. What are you trying to do?
>
>   systemd relies on the existence of a network manager on a machine
> (typically systemd-networkd or NetworkManager); if you're trying to
> port a set of services to s6, you will first need to decide what model
> you will use for your network, and more generally what set of base
> services you need to assume are there, and how you're going to bring
> them up. That's the big picture we need to understand.
>
> --
>   Laurent
>
>


Re: Network-online.target

2020-10-05 Thread Laurent Bercot

How to port network-online.target of systemd to S6 ?

Some of the services requires network-online.target to be executed


 Hi Amaresh,
 It's basically impossible to answer this question without understanding
the bigger picture. What are you trying to do?

 systemd relies on the existence of a network manager on a machine
(typically systemd-networkd or NetworkManager); if you're trying to
port a set of services to s6, you will first need to decide what model
you will use for your network, and more generally what set of base
services you need to assume are there, and how you're going to bring
them up. That's the big picture we need to understand.

--
 Laurent



Network-online.target

2020-10-05 Thread Amaresh Kotekal
Hi Team,

How to port network-online.target of systemd to S6 ?

Some of the services requires network-online.target to be executed

Regards,
Amaresh