Skip to content

Commit 37de6a7

Browse files
committed
src/config/rc-files.md: add core-services
1 parent a59a7a9 commit 37de6a7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/config/rc-files.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# rc.conf, rc.local and rc.shutdown
1+
# rc.conf, rc.local, rc.shutdown and core-services
22

3-
The files `/etc/rc.conf`, `/etc/rc.local` and `/etc/rc.shutdown` can be used to
4-
configure certain parts of your Void system. `rc.conf` is often configured by
5-
`void-installer`.
3+
The files `/etc/rc.conf`, `/etc/rc.local`, `/etc/rc.shutdown` and the directory
4+
`/etc/core-services` can be used to configure certain parts of your Void system.
5+
`rc.conf` is often configured by `void-installer`.
66

77
## rc.conf
88

@@ -51,3 +51,8 @@ configuration to be done prior to login.
5151

5252
Sourced in runit stage 3. A shell script which can be used to specify tasks to
5353
be done during shutdown.
54+
55+
## core-services
56+
57+
Sourced in runit stage 1. A directory containing shell scripts that are run
58+
when the machine boots up. Useful for startup oneshots.

0 commit comments

Comments
 (0)