summaryrefslogtreecommitdiff
path: root/configs/profile/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/build.sh')
-rwxr-xr-xconfigs/profile/build.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/configs/profile/build.sh b/configs/profile/build.sh
index d226736..72fdee0 100755
--- a/configs/profile/build.sh
+++ b/configs/profile/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