Re: [systemd-devel] Behavior of BindsTo when stopping a service

2018-01-28 Thread Amit Saha
On Sun, Jan 28, 2018 at 5:04 PM Andrei Borzenkov wrote: > 28.01.2018 02:11, Amit Saha пишет: > > On Sun, 28 Jan 2018 at 6:22 am, Andrei Borzenkov > > wrote: > > > >> 26.01.2018 05:11, Amit Saha пишет: > >>> Hello, > >>> > >>> I have a systemd service - drainconnections which I want to to make >

Re: [systemd-devel] Behavior of BindsTo when stopping a service

2018-01-27 Thread Andrei Borzenkov
28.01.2018 02:11, Amit Saha пишет: > On Sun, 28 Jan 2018 at 6:22 am, Andrei Borzenkov > wrote: > >> 26.01.2018 05:11, Amit Saha пишет: >>> Hello, >>> >>> I have a systemd service - drainconnections which I want to to make sure >>> finishes stopping before systemd starts stopping another service.

Re: [systemd-devel] Behavior of BindsTo when stopping a service

2018-01-27 Thread Amit Saha
On Sun, 28 Jan 2018 at 6:22 am, Andrei Borzenkov wrote: > 26.01.2018 05:11, Amit Saha пишет: > > Hello, > > > > I have a systemd service - drainconnections which I want to to make sure > > finishes stopping before systemd starts stopping another service. What I > > also want is to if I stop super

Re: [systemd-devel] Behavior of BindsTo when stopping a service

2018-01-27 Thread Andrei Borzenkov
26.01.2018 05:11, Amit Saha пишет: > Hello, > > I have a systemd service - drainconnections which I want to to make sure > finishes stopping before systemd starts stopping another service. What I > also want is to if I stop supervisord service, drainconnections should be > stopped first. > > It s