about summary refs log tree commit diff
path: root/services
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.
* services: add agetty services for hvc0 and hvsi0q662019-10-218-0/+17
| | | | | | | These are used for virtual terminal/serial console on some hypervisors (Xen) as well as many POWER based machines (the OPAL firmware emulates these for serial as the OS has no physical access to that).
* Fix another always succeeding testAlain Kalker2016-09-291-1/+1
|
* Fix always succeeding test (#60)Alain Kalker2016-09-291-1/+1
| | | | `test /bin/agetty` always succeeds because '/bin/agetty' is a non-empty string.
* sulogin OPTSzqqw2016-06-171-1/+2
| | | | | | https://forum.voidlinux.eu/t/rescue-mode-sulogin/561/12 Allows rescue mode to be configured to work with a locked root account and sudo. Thanks to Duncaen.
* agetty-generic: fix strange space substitutionDuncaen2015-11-051-1/+1
|
* services/agetty*: update for usr/bin move. 20150602.1Juan RP2015-06-022-2/+2
|
* 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
|
* services/sulogin: drop bashism.Juan RP2015-04-291-1/+1
|
* services/sulogin: use active tty not tty1 to make console=ttyS0 work.Juan RP2015-04-291-1/+3
| | | | Thanks to Christian Neukirchen for the hint.
* 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-022-2/+5
|
* services: getty -> agettySören Tempel2015-04-012-2/+2
|
* services: -8 is available on getty tooSören Tempel2015-04-011-1/+2
|
* services: uppercase configuration variablesSören Tempel2015-04-014-7/+7
|
* services: use more relative symlinksSören Tempel2015-04-0111-11/+11
|
* services: Refactor agetty-serialSören Tempel2015-04-018-6/+14
|
* services: Refactor agetty-consoleSören Tempel2015-04-012-7/+3
|
* services: Refactor agetty-tty? servicesSören Tempel2015-04-0113-17/+24
|
* services: create services for serial ports: ttyS0, ttyAMA0 and ttyUSB0.Juan RP2015-01-179-3/+11
| | | | This should cover 99% of cases.
* Removed all services that have been moved to void-packages.Juan RP2014-10-13138-296/+0
|
* services: xen* have been moved to the pkg.Juan RP2014-10-136-17/+0
|
* services: dhcpcd-* services have been moved.Juan RP2014-10-134-6/+0
|
* services: remove redis. Will be provided by redis instead.Enno Boland2014-10-132-3/+0
|
* New service: bumblebeedAlessio Sergi2014-10-102-0/+3
|
* services: remove xbmc-standalone. Will be provided by xbmc-rpi instead.Juan RP2014-10-092-3/+0
|
* services/agetty-*: make these work with busybox getty too.Juan RP2014-09-203-3/+23
|
* pcscd new service to startc pc/sc liteonekk2014-09-112-0/+3
|
* services/{nfs-server,statd}: fixing nfs-serverEnno Boland2014-09-062-3/+8
|
* New services: nmbd, smbd.Enno Boland2014-09-058-0/+12
|
* services/{nfs-server,statd}: misc tweaks; remember /bin/sh is not bash.Juan RP2014-09-052-20/+14
|
* runit-void: fixing statd and nfs-server.Enno Boland2014-09-053-0/+0
|
* New services: nfs-server, statd.Enno Boland2014-09-053-0/+41
|
* New service: shorewall.Enno Boland2014-09-053-0/+8
|
* services/lightdm: do not start without dbus.Juan RP2014-09-041-0/+1
|
* New service: vboxservice (for linux guests).Juan RP2014-08-292-0/+3
|
* opensmtpd: disable -v, too verbose.Juan RP2014-08-281-1/+1
|
* Revert "opensmtpd: disable debug output, too verbose."Juan RP2014-08-281-1/+1
| | | | This reverts commit b2fa30e7f9f1e480d3f54cd256b90136fdae1875.
* opensmtpd: disable debug output, too verbose.Juan RP2014-08-281-1/+1
|
* New service: irqbalance.Juan RP2014-08-272-0/+3
|
* New service: atop.Juan RP2014-08-212-0/+4
|
* services/apache: create /run/httpd before starting httpd.Juan RP2014-08-211-0/+3
|
* New service: named.Juan RP2014-08-212-0/+5
|
* New service: polipo.Juan RP2014-08-172-0/+3
|
* New service: svnserve.Juan RP2014-08-172-0/+3
|
* New service: tincd.Juan RP2014-08-172-0/+3
|
* New service: usbipd.Juan RP2014-08-172-0/+4
|
* New service: varnish.Juan RP2014-08-172-0/+3
|
* New service: vnstatd.Juan RP2014-08-172-0/+3
|