Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add vlogger(8) | Duncaen | 2018-06-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | vlogger(8) is a alternative to logger(1), by default it sends messages from stdin to syslog. The main reason to replace logger(1) is, that logger only connects once to the syslog socket in default mode and puts all messages into the void if syslog is not running at the time. logger(1) has a new `--socket-errors=on` mode which would work, but some void uses don't use syslog at all and in this case the log service would constantly restart. As a bonus vlogger(8) looks for /etc/vlogger and if its executable it just executes it and is replaced by it. This can be used to avoid syslog and just write all logs to files with svlogd(8) as example, without having to edit all log services. | ||||
* | Adjust options for cp command during install (#71) | Khem Raj | 2017-10-25 | 1 | -2/+2 |
| | | | | | | | | | | | cp -a copies the attributes of build user which may be different from the user on target in cross compile environment Fixes errors like /runit-services/etc/sv/sulogin/run is owned by uid 1000, which is the same as the user running bitbake Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | Add modules-load.8 | Peter Bui | 2016-06-02 | 1 | -0/+1 |
| | | | | | | Tweaks for mdoclint. Closes: #51 [via git-merge-pr] | ||||
* | shutdown.sh -> shutdown | Sören Tempel | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Makefile: Add .PHONY | Sören Tempel | 2015-03-31 | 1 | -0/+2 |
| | |||||
* | Makefile: Remove suspend from clean | Sören Tempel | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Makefile: respect LDFLAGS. | Christian Neukirchen | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | Merge pull request #12 from pulux/master | Juan RP | 2015-01-16 | 1 | -0/+1 |
|\ | | | | | add a script to handle more crypttab options | ||||
| * | include crypt.awk in Makefile | pulux | 2015-01-05 | 1 | -0/+1 |
| | | |||||
* | | Added /etc/rc.shutdown, called in runlevel 3 | Stefan Mühlinghaus | 2015-01-15 | 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 do not need to be executables. | Juan RP | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | Make /etc/runit/{reboot,stopit} symlinks to /run/runit. | Juan RP | 2014-08-15 | 1 | -0/+2 |
| | | | | | The real files are created in stage 1, this way a read-only rootfs can be used to reboot/halt properly the system. | ||||
* | Makefile: re-add rc.{conf,local}. | Juan RP | 2014-08-07 | 1 | -2/+2 |
| | |||||
* | Added "core" services that are run from scripts on stage 1. | Juan RP | 2014-08-07 | 1 | -7/+10 |
| | | | | | | | | | - /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. | ||||
* | Add modules-load.d(5) compatible kernel module loader | Christian Neukirchen | 2014-07-29 | 1 | -0/+1 |
| | |||||
* | add halt(8) and shutdown(8) | Christian Neukirchen | 2014-07-29 | 1 | -0/+4 |
| | |||||
* | Add an empty rc.local. | Juan RP | 2014-07-25 | 1 | -0/+1 |
| | |||||
* | Makefile: do not install suspend, it's gone. | Juan RP | 2014-07-25 | 1 | -1/+0 |
| | |||||
* | unhook suspend; superseded by zzz(8). | Juan RP | 2014-07-25 | 1 | -1/+0 |
| | |||||
* | Add zzz, a simple suspend/hibernate script with hooks | Christian Neukirchen | 2014-07-25 | 1 | -0/+4 |
| | |||||
* | New suspend(8) utility that is able to suspend to ram/disk. | Juan RP | 2014-06-11 | 1 | -1/+3 |
| | |||||
* | Provide a distro config file for dracut. | Juan RP | 2014-05-11 | 1 | -0/+2 |
| | |||||
* | Added shutdown script from ignite. | Juan RP | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | Forgot to clean up generated bins and ignore them... | Juan RP | 2014-04-26 | 1 | -0/+3 |
| | |||||
* | Makefile: set PREFIX. | Juan RP | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | Add halt/pause utils from ignite. | Juan RP | 2014-04-26 | 1 | -0/+11 |
| | |||||
* | Initial import of runit init scripts based on ignite. | Juan RP | 2014-04-25 | 1 | -0/+9 |
I did not use ignite because it needs bash, and I don't really want it. |