From d784e150aa5b24fcabb401b4848cbe8e5aef40d5 Mon Sep 17 00:00:00 2001 From: jastintime <130672671+jastintime@users.noreply.github.com> Date: Sat, 20 Dec 2025 01:47:54 -0600 Subject: [PATCH] src/config/rc-files.md: add core-services --- src/config/rc-files.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/config/rc-files.md b/src/config/rc-files.md index 17012a090..0c4e4d128 100644 --- a/src/config/rc-files.md +++ b/src/config/rc-files.md @@ -1,8 +1,8 @@ -# rc.conf, rc.local and rc.shutdown +# rc.conf, rc.local, rc.shutdown and core-services -The files `/etc/rc.conf`, `/etc/rc.local` and `/etc/rc.shutdown` can be used to -configure certain parts of your Void system. `rc.conf` is often configured by -`void-installer`. +The files `/etc/rc.conf`, `/etc/rc.local`, `/etc/rc.shutdown` and the directory +`/etc/runit/core-services` can be used to configure certain parts of your Void +system. `rc.conf` is often configured by `void-installer`. ## rc.conf @@ -51,3 +51,8 @@ configuration to be done prior to login. Sourced in runit stage 3. A shell script which can be used to specify tasks to be done during shutdown. + +## core-services + +Sourced in runit stage 1. A directory containing shell scripts that are run when +the machine boots up. Useful for startup oneshots.