Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-20 | use HEAD in git URIs to point to the default branch | Mike Frysinger | |
This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used. | |||
2021-09-15 | fix agetty can be start directly | hosxy | |
This fixes #320. | |||
2019-07-29 | init.d/agetty: provide the getty virtual service | William Hubbs | |
2018-12-06 | init.d/agetty: set default respawn period to 60 seconds | William Hubbs | |
Without a respawn period setting, the supervisor will give up on respawning agetty after it is respawned respawn_max times. For most daemons giving up like this is reasonable, but not for agettys. Agettys should always be respawned unless they are respawning too fafst,. If an agetty is respawning faster than 10 times in 60 seconds, this seems to be too fast. | |||
2018-03-14 | agetty.in: allow status to be displayed | William Hubbs | |
2017-10-06 | add option to make agetty startup quiet | Chris Cromer | |
This fixes #150 | |||
2017-05-22 | typo fix | William Hubbs | |
X-Gentoo-Bug: 618888 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=618888 | |||
2017-03-31 | init.d/agetty.in: add -prefix keyword | William Hubbs | |
2017-03-09 | add agetty service | William Hubbs | |
The agetty service is an alternate way to manage gettys with agetty under Linux which is separate from an external init system. |