Skip to content
  • Lennart Poettering's avatar
    service: introduce Type=idle and use it for gettys · f2b68789
    Lennart Poettering authored
    Type=idle is much like Type=simple, however between the fork() and the
    exec() in the child we wait until PID 1 informs us that no jobs are
    left.
    
    This is mostly a cosmetic fix to make gettys appear only after all boot
    output is finished and complete.
    
    Note that this does not impact the normal job logic as we do not delay
    the completion of any jobs. We just delay the invocation of the actual
    binary, and only for services that otherwise would be of Type=simple.
    f2b68789