Re: [systemd-devel] [PATCH] Drop Before=paths/sockets/timers.target from DefaultDependencies.

2014-01-29 Thread David Timothy Strauss
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

Re: [systemd-devel] [PATCH] Drop Before=paths/sockets/timers.target from DefaultDependencies.

2014-01-29 Thread Andrey Borzenkov
В 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?

Re: [systemd-devel] Allow stop jobs to be killed during shutdown

2014-01-29 Thread Andrey Borzenkov
В 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,

[systemd-devel] [REMINDER] systemd hackfest Brussels starts tomorrow

2014-01-29 Thread Lennart Poettering
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

Re: [systemd-devel] Add unit to arbitrary target.

2014-01-29 Thread Lennart Poettering
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

Re: [systemd-devel] [PATCH] Drop Before=paths/sockets/timers.target from DefaultDependencies.

2014-01-29 Thread Lennart Poettering
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

Re: [systemd-devel] [PATCH] Drop Before=paths/sockets/timers.target from DefaultDependencies.

2014-01-29 Thread 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? Unless I misunderstand what you say. The documentation (and code) re