summaryrefslogtreecommitdiff
path: root/configs/talkingparabola
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-01-17 23:54:33 -0300
committerDavid P <megver83@parabola.nu>2020-01-17 23:54:33 -0300
commit6f42022336f1a04322e442daaaf64b0cc211ca15 (patch)
tree50fe2bf1fb8792b98a189bf4e78770c5a9a4a5f4 /configs/talkingparabola
parent1d1dbcae748e0d90c2394b8f5ccb13fc0a42f3c4 (diff)
remove runit support
I'll drop it from [pcr] Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/talkingparabola')
-rwxr-xr-xconfigs/talkingparabola/build.sh6
1 files changed, 1 insertions, 5 deletions
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