On Mon, Feb 14, 2011 at 12:22 AM, Lennart Poettering
<lenn...@poettering.net> wrote:
> On Thu, 10.02.11 07:02, Andrey Borzenkov (arvidj...@gmail.com) wrote:
>
>> --- a/units/plymouth-start.service
>> +++ b/units/plymouth-start.service
>> @@ -12,7 +12,13 @@ Wants=systemd-ask-password-plymouth.path
>>  After=systemd-vconsole-setup.service udev-settle.service
>>  Before=systemd-ask-password-plymouth.service
>>
>> +# Dracut informs us with this flag file if plymouth is already running
>> +ConditionPathExists=!/dev/.systemd/plymouth
>> +
>>  [Service]
>>  ExecStart=/sbin/plymouthd --mode=boot
>>  ExecStartPost=-/bin/plymouth --show-splash
>>
> We added this flag file mostly to make it unnecessary to spawn plymouth
> twice.
>

Hmm ... how is systemd-ask-password-plymouth.service launched then?
Currently it pulled in by plymouth-start.service; but if
plymouth-start is skipped ...

Assuming we push patch to created flag file by plymouth (is patch
available anywhere BTW?); can systemd trigger unit startup when path
becomes available?
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to