about summary refs log tree commit diff
path: root/core-services/08-sysctl.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix(sysctl): behave more like sysctl --systemCameron Nemo2019-10-031-5/+9
| | | | | | | | | Loading of sysctl.d directories should follow the same ordering and overriding rules as xbps, modules-load, and most importantly, `sysctl --system`. This change ensures proper ordering of files loaded by building the selected files then operating on them, and it allows for masking system level configuration from /etc and even /run.
* core-services/sysctl: drop sysctl(8) --system requirement. 20150905Juan RP2015-09-051-17/+11
| | | | | Use sysctl -p everywhere: works with procps-ng and busybox (and probably others as well).
* core-services: sysctl --system fallback for busyboxEivind Uggedal2015-08-271-2/+18
|
* Update paths for the usr/sbin -> usr/bin move.Juan RP2015-06-021-1/+1
|
* core-services: remove extra newline from msg{,_warn}().Juan RP2015-03-221-1/+1
|
* Revert "core-services/08-sysctl.sh: make this work with busybox sysctl."Juan RP2014-09-211-6/+1
| | | | | | This reverts commit 6285339a7a40da441cef2114e4cb1197d42a925a. Make no sense to have this workaround as we need procps-ng anyway for pkill.
* core-services/08-sysctl.sh: make this work with busybox sysctl.Juan RP2014-09-201-1/+6
|
* core-services: do not need to be executable.Juan RP2014-08-071-0/+0
|
* Make core-services just shell snippets and source them from 1; idea from ↵Juan RP2014-08-071-4/+0
| | | | @chneukirchen.
* Added "core" services that are run from scripts on stage 1.Juan RP2014-08-071-0/+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.