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
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
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
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
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
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
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