From 13ca79856e5836117e469c3edbcfd4bf47b6bab0 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 6 Apr 2017 17:13:59 -0500 Subject: add init process openrc-init.c and openrc-shutdown.c are based on code which was written by James Hammons , so I would like to publically thank him for his work. --- etc/rc.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/rc.conf') 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. -- cgit v1.2.3