summaryrefslogtreecommitdiff
path: root/configs/talkingparabola
diff options
context:
space:
mode:
Diffstat (limited to 'configs/talkingparabola')
-rwxr-xr-xconfigs/talkingparabola/build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/talkingparabola/build.sh b/configs/talkingparabola/build.sh
index d1750b6..54eb1de 100755
--- a/configs/talkingparabola/build.sh
+++ b/configs/talkingparabola/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=systemd
umask 0022