about summary refs log tree commit diff
path: root/services/agetty-generic
Commit message (Collapse)AuthorAgeFilesLines
* services/agetty-generic: use chpst -P instead of setsidColin Booth2021-02-121-1/+1
| | | | | | | | | | | | | The setsid program has a surprise gotcha of backgrounding a process if it already happens to be the session leader. This is ok for runit which never sets the service as a session leader but does not work with other supervisors which might. chpst provides the same setsid(2) functionality without also having the gotcha. Be aware that chpst has issues around gidlist squashing when using the -u or -U options without explicit passing. This behavior is not triggered in this case since chpst is being run as root and not being asked to drop privileges.
* agetty-generic: fix strange space substitutionDuncaen2015-11-051-1/+1
|
* Update paths for the usr/sbin -> usr/bin move.Juan RP2015-06-021-2/+2
|
* services/agetty-generic/finish: drop bashism (close #37). 20150511Juan RP2015-05-111-2/+1
|
* agetty-generic/run: fix reading conf on cwd.Juan RP2015-04-021-1/+1
|
* agetty-tty1: unbreak and only apply --noclear on tty1. 20150402.1Juan RP2015-04-021-1/+2
|
* services: uppercase configuration variablesSören Tempel2015-04-011-1/+1
|
* services: Refactor agetty-tty? servicesSören Tempel2015-04-011-1/+6
|
* services/agetty-*: make these work with busybox getty too.Juan RP2014-09-201-1/+8
|
* services: fix permissions on some services and stop hardcoding path to bins.Juan RP2014-08-151-1/+1
|
* agetty-{generic,tty1}: remove unnecessary settings for virtual terminals.Juan RP2014-08-071-1/+1
|
* Initial import of runit init scripts based on ignite.Juan RP2014-04-252-0/+7
I did not use ignite because it needs bash, and I don't really want it.