On Wed, Jan 29, 2014 at 3:14 AM, Lennart Poettering
wrote:
> What's the rationale here?
Three possibilities for an *enabled* timer with DefaultDependencies=true:
(1) WantedBy=timers.target, which redundantly adds
Before=timers.target (because DefaultDependencies already adds it)
(2) WantedBy= a
В Wed, 29 Jan 2014 10:16:06 +0100
Thomas Bächler пишет:
> Am 29.01.2014 03:49, schrieb Andrey Borzenkov:
> >> Zbyszek's argument for the patch, however, is that following the
> >> recommended WantedBy= behavior already applies the same Before=
> >> dependency,
> >
> > Where is *this* documented?
В Mon, 27 Jan 2014 15:48:50 +0100
Lennart Poettering пишет:
> On Sun, 26.01.14 12:09, Andrey Borzenkov ([email protected]) wrote:
>
> > > > Any advices on how to do that?
> > > > I have both the issue (reproducible on each shutdown) and will to debug.
> > >
> > > Well, enable the debug shell,
Heya!
We keep announcing these things on Google+, but I am not sure whether
everybody who's interest actually is on Google+ to see that.
So, in case you are not, sorry for bringing this up only so late on the
ML: there'll be another systemd hackfest starting tomorrow, lasting
until friday, in Bru
On Wed, 29.01.14 10:53, dE ([email protected]) wrote:
> On enabling a unit, by default systemd will put it in a target which
> has been specified in by the unit itself.
>
> Is there any way by which I can make the unit start in any custom
> target? Manual linking or using systemctl?
Manual lin
On Tue, 28.01.14 13:12, [email protected] ([email protected]) wrote:
> From: David Strauss
What's the rationale here?
Documenting what DEfaultDependencies= does is something that has been on
the todo list since a long time, we really should document this.
>
> ---
> src/core/path.c
Am 29.01.2014 03:49, schrieb Andrey Borzenkov:
>> Zbyszek's argument for the patch, however, is that following the
>> recommended WantedBy= behavior already applies the same Before=
>> dependency,
>
> Where is *this* documented? Unless I misunderstand what you say.
The documentation (and code) re