Skip to content
Commit 76238359 authored by Seblu's avatar Seblu
Browse files

systemd-analyze wants systemd finished to boot

When called from mailboot.service, the systemd-analyze output was missing
because systemd-analyze print the following line on stderr (not in mail):
Bootup is not yet finished. Please try again later.

To workaround this, we will test systemd-analyze during a configurable time.
If systemd-analyze is not ready at the time left, the information will be
ignored.

systemd unit type is now Tyep=idle, to:
- don't block (particulary when waiting systemd-analyze)
- we don't need to be executed fastly (we can be more fair than Type=simple).
parent 7ba1088d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment