File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
5252Sourced in runit stage 3. A shell script which can be used to specify tasks to
5353be 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.
You can’t perform that action at this time.
0 commit comments