Re: [systemd-devel] [email protected]

2011-11-15 Thread Mirco Tischler
2011/11/15 Manuel Amador (Rudd-O) : > It's a multi-instance service.  You can instance it several times based > on a parameter, much like [email protected] can be instantiated to be > [email protected]. > > On Tue, 2011-11-15 at 10:06 -0500, Michael D. Berger wrote: >> Why does "[email protected]" have th

Re: [systemd-devel] [email protected]

2011-11-15 Thread Manuel Amador (Rudd-O)
It's a multi-instance service. You can instance it several times based on a parameter, much like [email protected] can be instantiated to be [email protected]. On Tue, 2011-11-15 at 10:06 -0500, Michael D. Berger wrote: > Why does "[email protected]" have the '@'? > > Thanks, > Mike. > > -- > Michael

Re: [systemd-devel] [PATCH] Circumvent autofs_v5_packet_union size bug

2011-11-15 Thread Thomas Meyer
Am 14.11.2011 um 03:35 schrieb Ian Kent : > On Mon, 2011-11-14 at 03:08 +0100, Kay Sievers wrote: >> On Mon, Nov 14, 2011 at 02:38, Ian Kent wrote: >>> On Fri, 2011-11-11 at 14:33 +0100, Kay Sievers wrote: On Tue, Sep 20, 2011 at 14:26, Kay Sievers wrote: > On Tue, Sep 20, 2011 at 12:58

Re: [systemd-devel] [PATCH] random-seed: break ordering cycle with encrypted tmp partitions

2011-11-15 Thread Frederic Crozat
Le mardi 15 novembre 2011 à 19:20 +1100, Tom Gundersen a écrit : > The cycle is caused by our ordering is to coarse. We order random-seed-load > after > all filesystems, but all we really care about is /var/lib being mounted rw. > > Waiting for all filesystems means that we would also have to wai

[systemd-devel] [email protected]

2011-11-15 Thread Michael D. Berger
Why does "[email protected]" have the '@'? Thanks, Mike. -- Michael D. Berger [email protected] http://www.rosemike.net/ ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] ExecStartPost= behavior on failure

2011-11-15 Thread Honza Horak
Hi, 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). From my POV this should happen when

[systemd-devel] [PATCH] random-seed: break ordering cycle with encrypted tmp partitions

2011-11-15 Thread Tom Gundersen
The cycle is caused by our ordering is to coarse. We order random-seed-load after all filesystems, but all we really care about is /var/lib being mounted rw. Waiting for all filesystems means that we would also have to wait for /tmp, which might depend on random-seed-load. Maybe the best way to