Re: [systemd-devel] Linux Journal API/client lib

2011-12-05 Thread Rainer Gerhards
On Mon, Dec 5, 2011 at 1:40 AM, Kay Sievers wrote: > On Sat, Dec 3, 2011 at 20:41, Rainer Gerhards wrote: >> I have digested our discussion now. Two questions came up: >> >> The first one is a bit direct and blunt, my apologies for that. But I >> want to make sure I put effort into the right plac

Re: [systemd-devel] ExecStartPost= behavior on failure

2011-12-05 Thread Michal Schmidt
On 11/15/2011 01:40 PM, Honza Horak wrote: I'm thinking of what is the desired behavior if the command ExecStartPost=somecommand fails. If I understand it correctly, all other ExecStartPost= commands execution is stopped, but the main process continues to work (and the service is still active).

Re: [systemd-devel] WorkingDirectory for user units

2011-12-05 Thread Thomas Meyer
Am Samstag, den 03.12.2011, 16:52 +0200 schrieb Ran Benita: > On Sat, Dec 03, 2011 at 02:32:19PM +0100, Thomas Meyer wrote: > > 1.) Is there an option to set the WorkingDirectory automatically to the > > users home? The environment variable "HOME" seems to get set for the > > process. Or is there a

[systemd-devel] Status multiseat?

2011-12-05 Thread Stef Bon
Hi, I'm informing the status of multiseat. I've read here: http://fedoraproject.org/wiki/Features/ckremoval that there is worked on automatic detection of multiseat. Some notes: . automatic is only possible for local seats . maximum local seats is the minimum of terminals and keyboards (=N)

Re: [systemd-devel] [PATCH] Allow 'list-unit-files' to run with --root.

2011-12-05 Thread Michal Schmidt
On Tue, 22 Nov 2011 15:45:34 -0500 Bill Nottingham wrote: > To do so, move the check for the bus to the bus-using portion of > list_unit_files(), and ensure that get_config_path doesn't abort when > checking the runtime path with --root. > --- > src/install.c |5 ++--- > src/systemctl.c |