Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | rc.conf: comment out HARDWARECLOCK and use hw defaults. | Juan RP | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | 1: if /sbin/sysctl is executable, run it to load system settings. | Juan RP | 2014-08-06 | 1 | -0/+5 |
| | |||||
* | 1: create /tmp/.{ICE,X11}-unix dirs with proper perms. | Juan RP | 2014-08-05 | 1 | -0/+2 |
| | | | | | /tmp is tmpfs by default for a while, so make those dirs to avoid users making them with wrong permissions. | ||||
* | shutdown: fix write test. | Juan RP | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | shutdown: if no args print usage(). | Juan RP | 2014-08-05 | 1 | -2/+8 |
| | |||||
* | services/dbus: run dbus-uuidgen --ensure to create /var/lib/machine-id. | Juan RP | 2014-08-05 | 1 | -0/+1 |
| | |||||
* | shutdown.sh: make it work with dash; and check if we have enough perms. | Juan RP | 2014-08-05 | 1 | -1/+5 |
| | |||||
* | New service: ngircd. | Juan RP | 2014-08-04 | 2 | -0/+3 |
| | |||||
* | 1: bring in some changes from ignite and try to be more robust with errors. | Juan RP | 2014-08-04 | 1 | -33/+44 |
| | | | | | | - Bring /dev/console re-exec from ignite. - Exec the emergency shell on errors. - Misc tweaks. | ||||
* | README: sync with reality. | Juan RP | 2014-08-04 | 1 | -20/+3 |
| | |||||
* | New service: mysqld. | Juan RP | 2014-08-03 | 4 | -0/+8 |
| | |||||
* | opensmtpd: log service uses mail.* loglevel instead. | Juan RP | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | New service: opensmtpd. | Juan RP | 2014-08-03 | 4 | -0/+6 |
| | |||||
* | Fix lightdm service to work correctly. | Juan RP | 2014-08-03 | 1 | -1/+4 |
| | |||||
* | New service: uuidd. | Juan RP | 2014-08-02 | 2 | -0/+5 |
| | |||||
* | New service: acpid | Enno Boland | 2014-08-01 | 2 | -0/+3 |
| | |||||
* | New service: docker | Alessio Sergi | 2014-07-31 | 4 | -0/+6 |
| | |||||
* | fix bluetoothd: /bin/sh is dash not bash. | Juan RP | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | add support for basic crypttabs | Dominik Honnef | 2014-07-29 | 1 | -0/+12 |
| | | | | | | | | allows using basic crypttabs (those consisting of only two fields). LVM devices need to be scanned twice: before and after processing the crypttab, as both crypt on top of LVM and LVM on top of crypt are common setups. | ||||
* | New service: bluetoothd | Dominik Honnef | 2014-07-29 | 2 | -0/+3 |
| | |||||
* | 1: short output for modules-load | Christian Neukirchen | 2014-07-29 | 1 | -2/+3 |
| | |||||
* | halt.8: forgot .El | Christian Neukirchen | 2014-07-29 | 1 | -0/+1 |
| | |||||
* | Add modules-load.d(5) compatible kernel module loader | Christian Neukirchen | 2014-07-29 | 3 | -4/+20 |
| | |||||
* | add halt(8) and shutdown(8) | Christian Neukirchen | 2014-07-29 | 3 | -0/+160 |
| | |||||
* | dcron/log/run: typo fix: daemon -> cron. | Juan RP | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | xbmc-standalone: exec it properly. | Juan RP | 2014-07-29 | 1 | -1/+1 |
| |