From 6f42022336f1a04322e442daaaf64b0cc211ca15 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 17 Jan 2020 23:54:33 -0300 Subject: remove runit support I'll drop it from [pcr] Signed-off-by: David P --- configs/talkingparabola/build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configs/talkingparabola') diff --git a/configs/talkingparabola/build.sh b/configs/talkingparabola/build.sh index e8ec7e4..475f447 100755 --- a/configs/talkingparabola/build.sh +++ b/configs/talkingparabola/build.sh @@ -18,14 +18,10 @@ script_path=$(readlink -f ${0%/*}) # Init system. Options are: # - openrc -# - runit # - sysvinit # - 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 +# sysvinit uses OpenRC as service manager init=systemd umask 0022 -- cgit v1.2.2