about summary refs log tree commit diff
path: root/2
Commit message (Collapse)AuthorAgeFilesLines
* 2: Handle single the same way as any other runlevelSören Tempel2015-03-261-3/+0
|
* Use runsvchdir to set the initial run levelTJ Vanderpoel2015-02-011-5/+3
| | | | | | * Remove Conditional, simplifying 2 * use runsvchdir to set the initial runlevel * symlink /run/runit/runsvdir/current to /etc/runit/runsvdir/current
* 2: accept a custom runlevel via kernel cmdline (from bougyman).Juan RP2015-01-281-0/+4
|
* Added "core" services that are run from scripts on stage 1.Juan RP2014-08-071-3/+0
| | | | | | | | | - /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.
* 2: load /etc/rc.local if executableChristian Neukirchen2014-07-251-0/+2
|
* 2: use a symlink in /run/runit/runsvdir to the current runlevel instead.Juan RP2014-05-071-3/+2
| | | | This makes 'ln -s /etc/sv/foo /var/service' work as it did before.
* Initial import of runit init scripts based on ignite.Juan RP2014-04-251-0/+24
I did not use ignite because it needs bash, and I don't really want it.