On Mon, 2018-01-08 at 20:01 +0100, Lennart Poettering wrote:
> On Fr, 05.01.18 13:04, Mircea Husz ([email protected]) wrote:
>
> > On Fri, 2018-01-05 at 09:55 +0100, Michal Sekletar wrote:
> > > On Thu, Jan 4, 2018 at 9:50 PM, Mircea Husz > > >
> > > wrote:
> > > > Migrating an init script to
On 01/08/2018 05:52 PM, Simon McVittie wrote:
> Does A.service even need B.service during shutdown if it has not
> previously interacted with (=> started) B.service?
That's not correct implication, due to concurrency, B.service may be
stopped before A.service.
> On Mon, 08 Jan 2018 at 16:53:04 +01
08.01.2018 22:27, Michal Koutný пишет:
>
>
> On 01/08/2018 08:04 PM, Andrei Borzenkov wrote:
>> If systemd could infer that A requested B to be started it could also
>> add implicit ordering between A and B.
> Yes, this would be a way to the complete solution where all dependencies
> are tracked
On 01/08/2018 08:04 PM, Andrei Borzenkov wrote:
> If systemd could infer that A requested B to be started it could also
> add implicit ordering between A and B.
Yes, this would be a way to the complete solution where all dependencies
are tracked (however, I'm not sure it's achievable). Activation
08.01.2018 18:53, Jérémy Rosen пишет:
> well, afaict from your description the information "A needs B" is
> totally implicit, there is no place where this info is available, so no
> way to pass that info to systemd.
>
If systemd could infer that A requested B to be started it could also
add impli
On Fr, 05.01.18 13:04, Mircea Husz ([email protected]) wrote:
> On Fri, 2018-01-05 at 09:55 +0100, Michal Sekletar wrote:
> > On Thu, Jan 4, 2018 at 9:50 PM, Mircea Husz
> > wrote:
> > > Migrating an init script to systemd, and need to archive logs only
> > > if the
> > > service exited normal
On Mon, 08 Jan 2018 at 16:07:48 +0100, Michal Koutný wrote:
> As it comes, A.service needs B.service for proper termination. During
> the shutdown transaction there is unspecified ordering of the two (since
> the dependency is implicit only) and B.service is stopped before A.service.
Does A.servic
well, afaict from your description the information "A needs B" is
totally implicit, there is no place where this info is available, so no
way to pass that info to systemd.
That means that the only way to fix that without explicitely telling
someone about the dependency is to allow dbus to star
Hello,
I'd like to ask your opinion on the following situation.
B.service exposes its API through D-Bus. A.service uses this API and
thus it has a dependency on B.service. This is implicit though -- and
we're happy we can rely on D-Bus activation and needn't to list all
dependencies explicitly.
A
On Mo, 08.01.18 05:20, P.R.Dinesh ([email protected]) wrote:
> Is it possible to enable watchdog for Systemd-Journald service. I have
> once witnessed a hung situation in systemd-journald (may be due to some
> wrong configuration). I prefer to set the watchdog so that it would be
> auto recove
10 matches
Mail list logo