Re: [systemd-devel] ExecRestart

2012-12-20 Thread Daniel P. Berrange
On Wed, Dec 19, 2012 at 11:46:13PM +0100, Lennart Poettering wrote: > On Wed, 28.11.12 22:41, Brandon Black (blbl...@gmail.com) wrote: > > > The daemon's "fast restart" code does all of the expensive startup > > operations in the new daemon first (e.g. parsing large data input), then > > signals t

Re: [systemd-devel] ExecRestart

2012-12-20 Thread Colin Guthrie
'Twas brillig, and Daniel P. Berrange at 20/12/12 10:44 did gyre and gimble: > On Wed, Dec 19, 2012 at 11:46:13PM +0100, Lennart Poettering wrote: >> On Wed, 28.11.12 22:41, Brandon Black (blbl...@gmail.com) wrote: >> >>> The daemon's "fast restart" code does all of the expensive startup >>> operat

Re: [systemd-devel] ExecRestart

2012-12-20 Thread Lennart Poettering
On Thu, 20.12.12 11:37, Colin Guthrie (gm...@colin.guthr.ie) wrote: > > FWIW, as previously mentioned, I'd love to see an explicitly supported > > way to trigger a re-exec of a daemon. Currently I'm just relying on the > > ability to send a custom signal to libvirt's virtlockd daemon. The problem

[systemd-devel] How to stop socket-actived inetd-like service?

2012-12-20 Thread Petr Pisar
Hello, having cvs.socket: [Unit] Description=CVS Server Activation Socket [Socket] ListenStream=2401 Accept=true [Install] WantedBy=sockets.target and cvs@.service: [Unit] Description=CVS Server After=local-fs.target [Service] Environment=HOME=/var/cvs ExecStart=-/usr/bin/cvs -f --allow-root=/v

[systemd-devel] [PATCH] multiseat issues

2012-12-20 Thread Oleg Samarin
The next attempt to post the patch (the patch is attached, because evolution breaks the lines) i1. Capability of making seats without framebuffer devices logind.c: The seat is now activated by any device with udev tag "seat-master" 71-seat.rules.in: All framebuffer devices have this tag

Re: [systemd-devel] ExecRestart

2012-12-20 Thread Timothy Pepper
On Thu 20 Dec at 12:46:14 +0100 lenn...@poettering.net said: > > This is actually documented explicitly, that we don't support this: > > http://www.freedesktop.org/wiki/Software/systemd/Incompatibilities > > And I am pretty strongly of the oppinion that service-specific verbs > should not be handle

[systemd-devel] [PATCH v2] pam_systemd: new option for the session class

2012-12-20 Thread Matthew Monaco
From: Matthew Monaco --- man/pam_systemd.xml| 9 + src/login/pam-module.c | 12 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 2d2f191..5cf14b2 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@