| Commit message (Expand) | Author | Age | Files | Lines |
* | core-services/00-pseudofs.sh: fix /proc mount due to a typo. | Juan RP | 2014-09-28 | 1 | -1/+1 |
* | 00-pseudofs.sh: restore cgroup mounting in a busybox-compatible way | Christian Neukirchen | 2014-09-23 | 1 | -0/+1 |
* | Revert "core-services/08-sysctl.sh: make this work with busybox sysctl." | Juan RP | 2014-09-21 | 1 | -6/+1 |
* | README: detail required deps. | Juan RP | 2014-09-21 | 1 | -0/+7 |
* | core-services/00-pseudofs.sh: reworked so that busybox mount does not complain. | Juan RP | 2014-09-21 | 1 | -7/+7 |
* | modules-load: use xargs -0 for busybox compatibility | Christian Neukirchen | 2014-09-20 | 1 | -2/+2 |
* | core-services/00-pseudofs.sh: remove doubtful awk dependency. | Juan RP | 2014-09-20 | 1 | -1/+0 |
* | core-services/08-sysctl.sh: make this work with busybox sysctl. | Juan RP | 2014-09-20 | 1 | -1/+6 |
* | services/agetty-*: make these work with busybox getty too. | Juan RP | 2014-09-20 | 3 | -3/+23 |
* | core-services/06-console-setup.sh: only load keys when KEYMAP is set | Eivind Uggedal | 2014-09-18 | 1 | -2/+4 |
* | Merge pull request #10 from onekk/master | Juan RP | 2014-09-11 | 2 | -0/+3 |
|\ |
|
| * | pcscd new service to startc pc/sc lite | onekk | 2014-09-11 | 2 | -0/+3 |
|/ |
|
* | services/{nfs-server,statd}: fixing nfs-server | Enno Boland | 2014-09-06 | 2 | -3/+8 |
* | New services: nmbd, smbd. | Enno Boland | 2014-09-05 | 8 | -0/+12 |
* | services/{nfs-server,statd}: misc tweaks; remember /bin/sh is not bash. | Juan RP | 2014-09-05 | 2 | -20/+14 |
* | runit-void: fixing statd and nfs-server. | Enno Boland | 2014-09-05 | 3 | -0/+0 |
* | New services: nfs-server, statd. | Enno Boland | 2014-09-05 | 3 | -0/+41 |
* | New service: shorewall. | Enno Boland | 2014-09-05 | 3 | -0/+8 |
* | services/lightdm: do not start without dbus. | Juan RP | 2014-09-04 | 1 | -0/+1 |
* | Install utils to sbin; software expect some utils (shutdown) in /sbin instead. | Juan RP | 2014-08-31 | 1 | -9/+9 |
* | core-services/05-misc.sh: initialize random seed earlier. | Juan RP | 2014-08-29 | 1 | -4/+4 |
* | New service: vboxservice (for linux guests). | Juan RP | 2014-08-29 | 2 | -0/+3 |
* | core-services/99-cleanup.sh: fixed permissions for {b,u}tmp. | Juan RP | 2014-08-28 | 1 | -2/+2 |
* | core-services/99-cleanup.sh: create /var/log/{b,w}tmp to make last(1) work. | Juan RP | 2014-08-28 | 1 | -1/+7 |
* | opensmtpd: disable -v, too verbose. | Juan RP | 2014-08-28 | 1 | -1/+1 |
* | Revert "opensmtpd: disable debug output, too verbose." | Juan RP | 2014-08-28 | 1 | -1/+1 |
* | opensmtpd: disable debug output, too verbose. | Juan RP | 2014-08-28 | 1 | -1/+1 |
* | New service: irqbalance. | Juan RP | 2014-08-27 | 2 | -0/+3 |
* | Merge pull request #7 from inthecloud247/patch-1 | Juan RP | 2014-08-25 | 1 | -0/+4 |
|\ |
|
| * | added sv status command | John Albietz | 2014-08-24 | 1 | -0/+4 |
|/ |
|
* | core-services/03-filesystems.sh: don't error out when activating dmraid devices. | Juan RP | 2014-08-22 | 1 | -1/+1 |
* | New service: atop. | Juan RP | 2014-08-21 | 2 | -0/+4 |
* | services/apache: create /run/httpd before starting httpd. | Juan RP | 2014-08-21 | 1 | -0/+3 |
* | New service: named. | Juan RP | 2014-08-21 | 2 | -0/+5 |
* | New service: polipo. | Juan RP | 2014-08-17 | 2 | -0/+3 |
* | New service: svnserve. | Juan RP | 2014-08-17 | 2 | -0/+3 |
* | New service: tincd. | Juan RP | 2014-08-17 | 2 | -0/+3 |
* | New service: usbipd. | Juan RP | 2014-08-17 | 2 | -0/+4 |
* | New service: varnish. | Juan RP | 2014-08-17 | 2 | -0/+3 |
* | New service: vnstatd. | Juan RP | 2014-08-17 | 2 | -0/+3 |
* | Fix shutdown regression introduced in 9022506f. | Juan RP | 2014-08-16 | 3 | -5/+2 |
* | services: sshd must be re-executed with absolute path (found by Gottox). | Juan RP | 2014-08-15 | 1 | -1/+1 |
* | core services do not need to be executables. | Juan RP | 2014-08-15 | 1 | -1/+1 |
* | New service: thttpd. | Juan RP | 2014-08-15 | 2 | -0/+3 |
* | Make /etc/runit/{reboot,stopit} symlinks to /run/runit. | Juan RP | 2014-08-15 | 2 | -2/+5 |
* | services: fix permissions on some services and stop hardcoding path to bins. | Juan RP | 2014-08-15 | 25 | -26/+26 |
* | Fix nginx service to work correctly... looks like nobody tests services. | Juan RP | 2014-08-15 | 1 | -1/+1 |
* | New service: redis. | Enno Boland | 2014-08-11 | 2 | -0/+3 |
* | Added support for fastboot and forcefsck based on ignite. | Juan RP | 2014-08-11 | 1 | -4/+15 |
* | New service: rpcbind. | Juan RP | 2014-08-11 | 2 | -0/+3 |