summaryrefslogtreecommitdiff
path: root/units/console-getty.service.m4.in
Commit message (Collapse)AuthorAge
* units: drop distro specific stuff from unitsLennart Poettering2013-01-04
| | | | | Since rc-local is now enabled via the SysV compatibility we should only refer to it based on that too.
* units: add Documentation= field to console-getty.serviceLennart Poettering2012-05-31
|
* service: introduce Type=idle and use it for gettysLennart Poettering2012-04-24
| | | | | | | | | | | | | 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.
* container: spawn a getty instead of a sulogin in a containerLennart Poettering2012-04-22