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