diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-04-06 17:13:59 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-04-06 17:13:59 -0500 |
commit | 13ca79856e5836117e469c3edbcfd4bf47b6bab0 (patch) | |
tree | d29b308bcdb67a671c5e17313f9a47971dee4f5f /etc/rc.conf | |
parent | 79a9edc73068244ad843f2edbe4206ce696c91c8 (diff) |
add init process
openrc-init.c and openrc-shutdown.c are based on code which was written by
James Hammons <jlhamm@acm.org>, so I would like to publically
thank him for his work.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 028ceab4..689e6be2 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -178,6 +178,11 @@ # "xenU" - XenU Domain (Linux and NetBSD) #rc_sys="" +# if you use openrc-init, which is currently only available on Linux, +# this is the default runlevel to activate after "sysinit" and "boot" +# when booting. +#rc_default_runlevel="default" + # on Linux and Hurd, this is the number of ttys allocated for logins # It is used in the consolefont, keymaps, numlock and termencoding # service scripts. |