Age | Commit message (Collapse) | Author |
|
This way we can make use of our logic to automatically determine an
appropriate TERM for a specific tty.
|
|
|
|
This is useful to fake session ends for processes like shells.
|
|
Since rc-local is now enabled via the SysV compatibility we should only refer
to it based on that too.
|
|
|
|
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.
|
|
|