Re: [systemd-devel] [PATCH] units: Rename systemd-udev.service to systemd-udevd.service

2012-06-30 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 30/06/12 16:33 did gyre and gimble: > This naming convention is more inline with other systemd daemon > unit names (systemd-logind.service, systemd-localed.service etc) > > The companion .socket units have also been renamed, however the > -trigger and -settle un

[systemd-devel] [PATCH] units: Rename systemd-udev.service to systemd-udevd.service

2012-06-30 Thread Colin Guthrie
This naming convention is more inline with other systemd daemon unit names (systemd-logind.service, systemd-localed.service etc) The companion .socket units have also been renamed, however the -trigger and -settle units keep their current name as these are not directly related to daemon process it

Re: [systemd-devel] [PATCH 2/2] units: Rename systemd-udev.service to systemd-udevd.service

2012-06-30 Thread Colin Guthrie
'Twas brillig, and Dave Reisner at 30/06/12 16:22 did gyre and gimble: >> --- a/man/systemd-udevd.service.xml >> +++ b/man/systemd-udevd.service.xml >> @@ -24,7 +24,7 @@ >> >> >> >> -systemd-udev.service >> +systemd-udevd.service >> systemd-udev-control.socket >> systemd

Re: [systemd-devel] [PATCH 2/2] units: Rename systemd-udev.service to systemd-udevd.service

2012-06-30 Thread Dave Reisner
On Sat, Jun 30, 2012 at 03:52:38PM +0100, Colin Guthrie wrote: > This naming convention is more inline with other systemd daemon > unit names (systemd-logind.service, systemd-localed.service etc) > > The companion .socket units have also been renamed, however the > -trigger and -settle units keep

Re: [systemd-devel] timed events

2012-06-30 Thread Kay Sievers
On Fri, Jun 29, 2012 at 4:31 AM, Kok, Auke-jan H wrote: > On Fri, Jun 29, 2012 at 12:49 AM, Nathan wrote: >> Looking at the systemd.timer documentation it seems as though all >> the timers are relative. Is there any way to get absolute timers >> relative to real time (cron like functionality - e

[systemd-devel] [PATCH 2/2] units: Rename systemd-udev.service to systemd-udevd.service

2012-06-30 Thread Colin Guthrie
This naming convention is more inline with other systemd daemon unit names (systemd-logind.service, systemd-localed.service etc) The companion .socket units have also been renamed, however the -trigger and -settle units keep their current name as these are not directly related to daemon process it

[systemd-devel] [PATCH 1/2] Revert "man: fix incorrectly named manpage for udev service"

2012-06-30 Thread Colin Guthrie
The man page was actually more inline with the other daemon services shipped with systemd, so lets revert this and rename the service file itself instead. This reverts commit cc2600642aeba372b57a303ecfa942e29c35fef1. --- Makefile.am | 2 +- man/systemd-udev.service.xml | 163

Re: [systemd-devel] [PATCH] fix incorrectly named manpage for udev service

2012-06-30 Thread Kay Sievers
On Sat, Jun 30, 2012 at 3:34 PM, Colin Guthrie wrote: > 'Twas brillig, and Kay Sievers at 29/06/12 23:48 did gyre and gimble: >> On Fri, Jun 29, 2012 at 3:15 AM, Colin Guthrie wrote: >>> 'Twas brillig, and Lennart Poettering at 27/06/12 21:38 did gyre and gimble: On Wed, 27.06.12 14:56, Dave

Re: [systemd-devel] [PATCH] fix incorrectly named manpage for udev service

2012-06-30 Thread Colin Guthrie
'Twas brillig, and Kay Sievers at 29/06/12 23:48 did gyre and gimble: > On Fri, Jun 29, 2012 at 3:15 AM, Colin Guthrie wrote: >> 'Twas brillig, and Lennart Poettering at 27/06/12 21:38 did gyre and gimble: >>> On Wed, 27.06.12 14:56, Dave Reisner ([email protected]) wrote: >>> The servic

[systemd-devel] Debian and UEFI (was: systemd numbers for Debian Sid/unstable system)

2012-06-30 Thread Paul Menzel
Am Mittwoch, den 27.06.2012, 12:35 +0200 schrieb Lennart Poettering: […] > > 29ms boot-efi.mount > > Hmm, just out of curiosity, what does Debian do here? they automatically > mount the EFI partition to /boot/efi? Is that listed in fstab? Can you > point me to some details on this? It is li

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system

2012-06-30 Thread Paul Menzel
Am Mittwoch, den 27.06.2012, 12:35 +0200 schrieb Lennart Poettering: > On Wed, 27.06.12 12:18, Paul Menzel wrote: […] > >540ms chrony.service > >515ms rc.local.service > > The rc-local generator should be smart enough to pull this in only if it > exists. It's a really slow service and mo

Re: [systemd-devel] timed events

2012-06-30 Thread Alexander E. Patrakov
2012/6/29 David Strauss : > Having a timer-based service start/stop bgpd.service works fine. I > just wanted to offer a dependency-based take. Thanks. Both suggestions are strictly better than the paper note based solution, and your reply does prove that nothing needs to be changed in systemd to

Re: [systemd-devel] Howto detect a session start (and end) with systemd?

2012-06-30 Thread Stef Bon
Ok, forget last message. I've found test-login.c, which gives all answers. Stef 2012/6/30 Stef Bon : > Yes, > > thank you. It looks like a can use that. It just provides what I need. > > The monitor sd_login_monitor can provide a fd. What happens with this > fd? Is there data readable? > > Stef

Re: [systemd-devel] Howto detect a session start (and end) with systemd?

2012-06-30 Thread Stef Bon
Yes, thank you. It looks like a can use that. It just provides what I need. The monitor sd_login_monitor can provide a fd. What happens with this fd? Is there data readable? Stef 2012/6/27 David Herrmann : > Hi Stef > > On Mon, Jun 25, 2012 at 11:27 AM, Stef Bon wrote: >> Hi, >> >> I'm working