Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | This reverts commit b2fa30e7f9f1e480d3f54cd256b90136fdae1875. | ||||
* | 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 example | ||||
| * | 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 |
| | | | | | The real files are created in stage 1, this way a read-only rootfs can be used to reboot/halt properly the system. | ||||
* | 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 |
| | |||||
* | New service: xenconsoled. | Juan RP | 2014-08-10 | 2 | -0/+4 |
| | |||||
* | New services: xen and xenstored. | Juan RP | 2014-08-10 | 4 | -0/+13 |
| | |||||
* | transmission-daemon: use transmission user/group | Alessio Sergi | 2014-08-08 | 1 | -2/+1 |
| | |||||
* | 3: remove unnecessary stty onlcr. | Juan RP | 2014-08-08 | 1 | -2/+0 |
| | |||||
* | 1: make SIGCONT work to halt the system. | Juan RP | 2014-08-08 | 1 | -2/+2 |
| | |||||
* | core-services/00-pseudofs.sh: do not mount cgroupfs on virtualization. | Juan RP | 2014-08-08 | 1 | -2/+5 |
| | |||||
* | Revert "avahi: print to stderr rather than syslog." | Juan RP | 2014-08-08 | 1 | -1/+1 |
| | | | | This reverts commit 84b2996eaa315fa83abe4a4386788657a4fba290. | ||||
* | New service: dhcpcd-eth0 (adapt it for your device :-) | Juan RP | 2014-08-08 | 2 | -0/+3 |
| | |||||
* | avahi: print to stderr rather than syslog. | Juan RP | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | dhcpcd: disable -q and useless redirects. | Juan RP | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | functions: detect_virt: do nothing if /proc/self/environ does not exist. | Juan RP | 2014-08-07 | 1 | -1/+2 |
| | |||||
* | New service: agetty-console: only useful in limited environments (LXC ↵ | Juan RP | 2014-08-07 | 3 | -0/+4 |
| | | | | containers). | ||||
* | agetty-{generic,tty1}: remove unnecessary settings for virtual terminals. | Juan RP | 2014-08-07 | 2 | -2/+2 |
| | |||||
* | 3: conditionalize unmounting for virtualization; fixes multiple lxc ↵ | Juan RP | 2014-08-07 | 1 | -5/+3 |
| | | | | create/destroy. | ||||
* | core-services: do not need to be executable. | Juan RP | 2014-08-07 | 9 | -0/+0 |
| | |||||
* | Makefile: re-add rc.{conf,local}. | Juan RP | 2014-08-07 | 1 | -2/+2 |
| | |||||
* | core-services/06-console-setup.sh: no need to setup ttys to unicode. | Juan RP | 2014-08-07 | 1 | -5/+0 |
| | | | | | | | | | | | | The linux kernel sets up the TTYs in unicode by default, as noted in Documentation/kernel-parameters.txt: vt.default_utf8= [VT] Format=<0|1> Set system-wide default UTF-8 mode for all tty's. Default is 1, i.e. UTF-8 mode is enabled for all newly opened terminals. | ||||
* | Make core-services just shell snippets and source them from 1; idea from ↵ | Juan RP | 2014-08-07 | 10 | -39/+2 |
| | | | | @chneukirchen. | ||||
* | Added "core" services that are run from scripts on stage 1. | Juan RP | 2014-08-07 | 14 | -183/+245 |
| | | | | | | | | | - /etc/runit/functions: contains common functions to be used in core-services. - /etc/runit/core-services: directory containing one-time tasks run in stage 1. - Added LXC container detection to disable some core services. This accidentally also fixes the issue of unicode not working in the active TTY from stage 1. |