From 4bcdcf77a80b1fe00aa4f6bb46d9ed8dbb75bd2b Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 21 Dec 2018 13:52:33 -0300 Subject: Add sysvinit support Signed-off-by: David P --- configs/profile-openrc/build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs/profile-openrc') diff --git a/configs/profile-openrc/build.sh b/configs/profile-openrc/build.sh index 5d0e424..eae0872 100755 --- a/configs/profile-openrc/build.sh +++ b/configs/profile-openrc/build.sh @@ -19,9 +19,13 @@ script_path=$(readlink -f ${0%/*}) # Init system. Options are: # - openrc # - runit +# - sysvinit # - systemd # -# Default is systemd +# All inits, except for systemd, use OpenRC as the +# daemon manager, so for example runit is in fact +# runit + OpenRC. If this variable is left unset, +# it will default to systemd init=openrc _usage () -- cgit v1.2.2